How to Install grunt-cli NPM Packages on Ubuntu / Debian

How to Install grunt-cli software package in NPM Packages

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

Git clone:

$ 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

How to remove grunt-cli package :

You can uninstall or remove this package from your node_modules run the command as below,

$ sudo npm uninstall grunt-cli

Basic Information of grunt-cli NPM Package:

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