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

How to Install gulp-connect software package in NPM Packages

gulp-connect : Gulp plugin to run a webserver (with LiveReload). You can installing gulp-connect 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-connect
$ sudo npm install -g gulp-connect

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

$ sudo npm update gulp-connect

Update package globally,

$ npm install -g gulp-connect

Git clone:

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

gulp-connect@5.0.0 /usr/lib/node_modules/gulp-connect

How to remove gulp-connect package :

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

$ sudo npm uninstall gulp-connect

Basic Information of gulp-connect NPM Package:

Package Name gulp-connect
Version 5.0.0
Description Gulp plugin to run a webserver (with LiveReload)
Released Date 2016-07-28T16:49:59.925Z
Published by justinmchase
How to Learn https://www.npmjs.com/package/gulp-connect/tutorial