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
$ 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
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall gulp-connect
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 |