tvooo / sublime-grunt

Moved to https://github.com/sptndc/sublime-grunt
296 stars 35 forks source link

SublimeGrunt: JSON is malformed #74

Closed polikin closed 5 years ago

polikin commented 10 years ago

I don't know why I have this error.

SublimeGrunt: JSON is malformed

Could not expose gruntfile

I tried it with the command line and it's working fine.

kariudo commented 10 years ago

same problem for me with a working Gruntfile.js generated with yeoman angular-fullstack

Aietes commented 10 years ago

same here, with gruntfile from ng boilerplate. ST3 on Yosemite, node, grunt and SublimeGrunt on latest version.

mspisars commented 10 years ago

Same problem... I have the same project on a local drive where everything works fine. But the same gruntfile on a project move to a samba share gives this error -- no matter what permissions I have on the samba share.

It would be nice to know what is the actual error, not the catch all.

mspisars commented 10 years ago

So, for me, it was because, like I said, I moved the project to a samba share, but I did not run npm install in the new destination. Which installed all the deps (node_modules). Now grunt works for me in ST!

gregberns commented 10 years ago

+1

kdeconinck commented 9 years ago

+1

tvooo commented 9 years ago

This usually happens when, for some reason, Grunt fails to run --- most likely, because a dependency is not installed. The error needs to be clearer then.

@monta-ghost can you check if that's the case for you?

MrTango commented 8 years ago

same error her. The dependencies should be fine, if I'm running Grunt in my project dir it works fine. I don't see any cache file from the plugin in the project directory.

ameliaoliveira commented 7 years ago

Same error in here. And my grunt is ok into gbash.

tvooo commented 5 years ago

Repository was moved to https://github.com/sptndc/sublime-grunt Please re-file any issues that still exist.