jshint : Static analysis tool for JavaScript. You can installing jshint npm packages, there are two ways to install this module locally and globaly. -g option is specified to global. Execute the below command.
$ sudo npm install jshint $ sudo npm install -g jshint
If want to update the jshint package execute the command as below,
$ sudo npm update jshint
Update package globally,
$ npm install -g jshint
$ sudo git clone https://github.com/rektide/jshint.git
$ sudo npm install -g ./jshint
jshint@2.9.5 /usr/lib/node_modules/jshint
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall jshint
Package Name | jshint |
Version | 2.9.5 |
Description | Static analysis tool for JavaScript |
Released Date | 2017-06-22T20:13:13.905Z |
Published by | jugglinmike |
How to Learn | https://www.npmjs.com/package/jshint/tutorial |