Sublime Forum

I'm getting this error upon installing jQuery plugin

#1

I’m getting this error upon installing Sublime text jQuery plugin


Sublime Text 2

Error parsing snippet: Error parsing plist xml: Error document empty. In file “Packages/jQuery/Snippets/jQuery_isPlainObject.tmSnippet” In file Packages/jQuery/Snippets/jQuery_isPlainObject.tmSnippet

OK

After I press **OK **here I get this another message


Sublime Text 2

Error parsing snippet xml: Error document empty. In file Packages/jQuery/toggleClass.sublime-snippet

OK

0 Likes

#2

I know it’s a pain in the butt, but manually cloning the git repository works a lot better than package control does, at least for large snippet packs. I have the same problem with the SASS package and this package, but manually cloning them with git ("git clone <.git file UL> “jQuery Snippets” when in your “packages” directory) solves the problem. It doesn’t keep it auto-updated, but all you have to do for that is “git fetch origin” then “git merge origin/master”

0 Likes