sw-precache-webpack-plugin : Webpack plugin for using service workers. You can installing sw-precache-webpack-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 sw-precache-webpack-plugin $ sudo npm install -g sw-precache-webpack-plugin
If want to update the sw-precache-webpack-plugin package execute the command as below,
$ sudo npm update sw-precache-webpack-plugin
Update package globally,
$ npm install -g sw-precache-webpack-plugin
$ sudo git clone https://github.com/rektide/sw-precache-webpack-plugin.git
$ sudo npm install -g ./sw-precache-webpack-plugin
sw-precache-webpack-plugin@0.11.4 /usr/lib/node_modules/sw-precache-webpack-plugin
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall sw-precache-webpack-plugin
| Package Name | sw-precache-webpack-plugin |
| Version | 0.11.4 |
| Description | Webpack plugin for using service workers |
| Released Date | 2017-07-06T16:04:24.761Z |
| Published by | goldhand |
| How to Learn | https://www.npmjs.com/package/sw-precache-webpack-plugin/tutorial |