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

How to Install connect-livereload software package in NPM Packages

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

Git clone:

$ 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

How to remove connect-livereload package :

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

$ sudo npm uninstall connect-livereload

Basic Information of connect-livereload NPM Package:

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