connect-livereload : connect middleware for adding the livereload script to the response. You can installing connect-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 connect-livereload $ sudo npm install -g connect-livereload
If want to update the connect-livereload package execute the command as below,
$ sudo npm update connect-livereload
Update package globally,
$ npm install -g connect-livereload
$ sudo git clone https://github.com/rektide/connect-livereload.git
$ sudo npm install -g ./connect-livereload
connect-livereload@0.6.0 /usr/lib/node_modules/connect-livereload
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall connect-livereload
Package Name | connect-livereload |
Version | 0.6.0 |
Description | connect middleware for adding the livereload script to the response |
Released Date | 2016-09-12T19:45:52.034Z |
Published by | andineck |
How to Learn | https://www.npmjs.com/package/connect-livereload/tutorial |