livereload-js : LiveReload JS client - auto reload browser on changes. You can installing livereload-js 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-js $ sudo npm install -g livereload-js
If want to update the livereload-js package execute the command as below,
$ sudo npm update livereload-js
Update package globally,
$ npm install -g livereload-js
$ sudo git clone https://github.com/rektide/livereload-js.git
$ sudo npm install -g ./livereload-js
livereload-js@2.2.2 /usr/lib/node_modules/livereload-js
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall livereload-js
Package Name | livereload-js |
Version | 2.2.2 |
Description | LiveReload JS client - auto reload browser on changes |
Released Date | 2015-02-12T05:35:35.533Z |
Published by | andreyvit |
How to Learn | https://www.npmjs.com/package/livereload-js/tutorial |