grunt : The JavaScript Task Runner. You can installing grunt 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 $ sudo npm install -g grunt
If want to update the grunt package execute the command as below,
$ sudo npm update grunt
Update package globally,
$ npm install -g grunt
$ sudo git clone https://github.com/rektide/grunt.git
$ sudo npm install -g ./grunt
grunt@1.0.1 /usr/lib/node_modules/grunt
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall grunt
| Package Name | grunt |
| Version | 1.0.1 |
| Description | The JavaScript Task Runner |
| Released Date | 2016-04-05T18:16:49.769Z |
| Published by | shama |
| How to Learn | https://www.npmjs.com/package/grunt/tutorial |