grunt-exec : Grunt task for executing shell commands.. You can installing grunt-exec 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-exec $ sudo npm install -g grunt-exec
If want to update the grunt-exec package execute the command as below,
$ sudo npm update grunt-exec
Update package globally,
$ npm install -g grunt-exec
$ sudo git clone https://github.com/rektide/grunt-exec.git
$ sudo npm install -g ./grunt-exec
grunt-exec@3.0.0 /usr/lib/node_modules/grunt-exec
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall grunt-exec
Package Name | grunt-exec |
Version | 3.0.0 |
Description | Grunt task for executing shell commands. |
Released Date | 2017-07-27T15:54:02.769Z |
Published by | gwicksted |
How to Learn | https://www.npmjs.com/package/grunt-exec/tutorial |