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

Nodejs was not found in the default location, whereas i have specified the location which is default only #133

Open
ibmkaga opened this issue May 24, 2016 · 1 comment

Comments

@ibmkaga
Copy link

ibmkaga commented May 24, 2016

have this in my JSHint.sublime-settings
"node_path": {
"windows": "C:/Program Files/nodejs/node.exe",
"linux": "/usr/bin/nodejs",
"osx": "/usr/local/bin/node"
}

sublimenodeerror

What am i missing?

@victorporof
Copy link
Owner

See also victorporof/Sublime-HTMLPrettify#53

Seems like this might be a problem with Sublime itself not having reliable path information. Make sure which node output is what you're using in the config. If you're on windows, try using forward slashes and escaping spaces.

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