How to Install webpack-dev-server NPM Packages on Ubuntu / Debian

How to Install webpack-dev-server software package in NPM Packages

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

Git clone:

$ 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

How to remove webpack-dev-server package :

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

$ sudo npm uninstall webpack-dev-server

Basic Information of webpack-dev-server NPM Package:

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