73rhodes / Sublime-JSLint

JSLint for Sublime Text 2 and 3.
80 stars 14 forks source link

Add Troubleshooting for differentt nodejs binary #20

Closed khink closed 10 years ago

darrenderidder commented 10 years ago

Thanks!

darrenderidder commented 10 years ago

Note that installing nodejs from Ubuntu repos using apt-get causes some problems; if you do, make sure to follow the recommendations here https://github.com/joyent/node/wiki/Installing-Node.js-via-package-manager so the 'node' command works. Otherwise a lot of node-based utilities simply will not work for you, since #!/usr/bin/env node used in a lot of tools like node-jslint, n, express, etc will fail.