How to Install livereload NPM Packages on Ubuntu / Debian

How to Install livereload software package in NPM Packages

livereload : LiveReload server. You can installing 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 livereload
$ sudo npm install -g livereload

If want to update the livereload package execute the command as below,

$ sudo npm update livereload

Update package globally,

$ npm install -g livereload

Git clone:

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

livereload@0.6.3 /usr/lib/node_modules/livereload

How to remove livereload package :

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

$ sudo npm uninstall livereload

Basic Information of livereload NPM Package:

Package Name livereload
Version 0.6.3
Description LiveReload server
Released Date 2017-10-16T02:19:43.103Z
Published by bphogan
How to Learn https://www.npmjs.com/package/livereload/tutorial