webpack-dev-server : Serves a webpack app. Updates the browser on changes.. You can installing webpack-dev-server 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-dev-server $ sudo npm install -g webpack-dev-server
If want to update the webpack-dev-server package execute the command as below,
$ sudo npm update webpack-dev-server
Update package globally,
$ npm install -g webpack-dev-server
$ sudo git clone https://github.com/rektide/webpack-dev-server.git
$ sudo npm install -g ./webpack-dev-server
webpack-dev-server@2.9.4 /usr/lib/node_modules/webpack-dev-server
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall webpack-dev-server
| Package Name | webpack-dev-server |
| Version | 2.9.4 |
| Description | Serves a webpack app. Updates the browser on changes. |
| Released Date | 2017-11-02T13:37:03.679Z |
| Published by | shellscape |
| How to Learn | https://www.npmjs.com/package/webpack-dev-server/tutorial |