grunt-contrib-jshint : Validate files with JSHint. You can installing grunt-contrib-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 grunt-contrib-jshint $ sudo npm install -g grunt-contrib-jshint
If want to update the grunt-contrib-jshint package execute the command as below,
$ sudo npm update grunt-contrib-jshint
Update package globally,
$ npm install -g grunt-contrib-jshint
$ sudo git clone https://github.com/rektide/grunt-contrib-jshint.git
$ sudo npm install -g ./grunt-contrib-jshint
grunt-contrib-jshint@1.1.0 /usr/lib/node_modules/grunt-contrib-jshint
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall grunt-contrib-jshint
Package Name | grunt-contrib-jshint |
Version | 1.1.0 |
Description | Validate files with JSHint |
Released Date | 2016-11-23T22:35:28.021Z |
Published by | vladikoff |
How to Learn | https://www.npmjs.com/package/grunt-contrib-jshint/tutorial |