webpack-dashboard : a CLI dashboard for webpack dev server. You can installing webpack-dashboard 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-dashboard $ sudo npm install -g webpack-dashboard
If want to update the webpack-dashboard package execute the command as below,
$ sudo npm update webpack-dashboard
Update package globally,
$ npm install -g webpack-dashboard
$ sudo git clone https://github.com/rektide/webpack-dashboard.git
$ sudo npm install -g ./webpack-dashboard
webpack-dashboard@1.0.2 /usr/lib/node_modules/webpack-dashboard
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall webpack-dashboard
| Package Name | webpack-dashboard |
| Version | 1.0.2 |
| Description | a CLI dashboard for webpack dev server |
| Released Date | 2017-11-08T23:00:56.054Z |
| Published by | ryan.roemer |
| How to Learn | https://www.npmjs.com/package/webpack-dashboard/tutorial |