grunt-cli : The grunt command line interface. You can installing grunt-cli 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-cli $ sudo npm install -g grunt-cli
If want to update the grunt-cli package execute the command as below,
$ sudo npm update grunt-cli
Update package globally,
$ npm install -g grunt-cli
$ sudo git clone https://github.com/rektide/grunt-cli.git
$ sudo npm install -g ./grunt-cli
grunt-cli@1.2.0 /usr/lib/node_modules/grunt-cli
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall grunt-cli
Package Name | grunt-cli |
Version | 1.2.0 |
Description | The grunt command line interface |
Released Date | 2016-04-02T00:53:56.768Z |
Published by | vladikoff |
How to Learn | https://www.npmjs.com/package/grunt-cli/tutorial |