You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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"
}
What am i missing?
The text was updated successfully, but these errors were encountered:
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.
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"
}
What am i missing?
The text was updated successfully, but these errors were encountered: