Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Uncaught Error: spawn ENOENT running grunt-contrib-jasmine #8

Closed
magalhas opened this issue Mar 28, 2014 · 2 comments
Closed

Uncaught Error: spawn ENOENT running grunt-contrib-jasmine #8

magalhas opened this issue Mar 28, 2014 · 2 comments

Comments

@magalhas
Copy link

In fact it happens with any Grunt task.

@nickclaw
Copy link
Contributor

There's already an open issue for this ( #2 )

It's most likely due to Atom not running in the in the local environment. Meaning it doesn't know where to look to find the grunt command. To fix this make sure that you have the grunt-cli installed globally, then run which grunt in Terminal and add that path to your settings.

For example when I do this I get /Users/nickclaw/local/bin/grunt, meaning I would add /Users/nickclaw/local/bin to the path option in Grunt Runner.

@magalhas
Copy link
Author

I was missing that. In fact I've got Grunt installed globally and it's available inside /usr/local/bin, I've set that in atom-grunt-runner settings and it worked. Thanks

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants