You need to install nodejs from the repositories.
If nodejs is not installed in /usr/local/bin/node , you need to set a symbolic link to this place:
- touch / usr / local / bin / node
- ln -s / usr / bin / nodejs / usr / local / bin / node
Above worked for me on debian / crunchbang
Alternatively, you can change the elevated user settings for linter (ps did not test this option)
"sublimelinter_executable_map": { "javascript": "/usr/bin/nodejs" }
source share