gulp-server-livereload : Gulp plugin to run a local webserver with livereload enabled via socket.io. Also comes with standalone command-line interface.. You can installing gulp-server-livereload 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-server-livereload $ sudo npm install -g gulp-server-livereload
If want to update the gulp-server-livereload package execute the command as below,
$ sudo npm update gulp-server-livereload
Update package globally,
$ npm install -g gulp-server-livereload
$ sudo git clone https://github.com/rektide/gulp-server-livereload.git
$ sudo npm install -g ./gulp-server-livereload
gulp-server-livereload@1.9.2 /usr/lib/node_modules/gulp-server-livereload
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall gulp-server-livereload
Package Name | gulp-server-livereload |
Version | 1.9.2 |
Description | Gulp plugin to run a local webserver with livereload enabled via socket.io. Also comes with standalone command-line interface. |
Released Date | 2016-11-04T09:19:07.483Z |
Published by | hiddentao |
How to Learn | https://www.npmjs.com/package/gulp-server-livereload/tutorial |