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

How to Install gulp-cli software package in NPM Packages

gulp-cli : Command line interface for gulp. You can installing gulp-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 gulp-cli
$ sudo npm install -g gulp-cli

If want to update the gulp-cli package execute the command as below,

$ sudo npm update gulp-cli

Update package globally,

$ npm install -g gulp-cli

Git clone:

$ sudo  git clone https://github.com/rektide/gulp-cli.git
$ sudo  npm install -g ./gulp-cli

gulp-cli@1.4.0 /usr/lib/node_modules/gulp-cli

How to remove gulp-cli package :

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

$ sudo npm uninstall gulp-cli

Basic Information of gulp-cli NPM Package:

Package Name gulp-cli
Version 1.4.0
Description Command line interface for gulp
Released Date 2017-08-04T20:11:55.591Z
Published by phated
How to Learn https://www.npmjs.com/package/gulp-cli/tutorial