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

"node" command not found #15

Closed
alfredbez opened this issue Dec 18, 2014 · 2 comments
Closed

"node" command not found #15

alfredbez opened this issue Dec 18, 2014 · 2 comments

Comments

@alfredbez
Copy link
Contributor

"Command Palette" > "Gulp" show an error:

screenshot 2014-12-18 14 01 04

nodejs is installed and in my PATH:

screenshot 2014-12-18 14 01 33

@nicosantangelo
Copy link
Owner

Seems like Sublime isn't reporting your PATH correctly. Try the following

  1. Install SublimeFixMacPath which seems to fix PATH issues in MacOS
  2. If that still doesn't you can override the PATH used by the package manually. Open Preferences -> Package Settings -> Gulp -> Settings - User and add the following:
{
    "exec_args": {
        "path": "/bin:/usr/bin:/usr/local/bin"
    }
}

Let me know!

@alfredbez
Copy link
Contributor Author

Hi @nicosantangelo SublimeFixMacPath does the trick, thank!

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