Sublime-JSHint icon indicating copy to clipboard operation
Sublime-JSHint copied to clipboard

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

Open ibmkaga opened this issue 8 years ago • 1 comments

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?

ibmkaga avatar May 24 '16 07:05 ibmkaga

See also https://github.com/victorporof/Sublime-HTMLPrettify/issues/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.

victorporof avatar Jun 10 '16 14:06 victorporof