webpack-livereload-plugin : Livereload for webpack. You can installing webpack-livereload-plugin 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 webpack-livereload-plugin $ sudo npm install -g webpack-livereload-plugin
If want to update the webpack-livereload-plugin package execute the command as below,
$ sudo npm update webpack-livereload-plugin
Update package globally,
$ npm install -g webpack-livereload-plugin
$ sudo git clone https://github.com/rektide/webpack-livereload-plugin.git
$ sudo npm install -g ./webpack-livereload-plugin
webpack-livereload-plugin@1.0.0 /usr/lib/node_modules/webpack-livereload-plugin
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall webpack-livereload-plugin
| Package Name | webpack-livereload-plugin |
| Version | 1.0.0 |
| Description | Livereload for webpack |
| Released Date | 2017-09-25T22:47:38.213Z |
| Published by | statianzo |
| How to Learn | https://www.npmjs.com/package/webpack-livereload-plugin/tutorial |