webpack-validator : Validate your webpack config with joi. You can installing webpack-validator 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-validator $ sudo npm install -g webpack-validator
If want to update the webpack-validator package execute the command as below,
$ sudo npm update webpack-validator
Update package globally,
$ npm install -g webpack-validator
$ sudo git clone https://github.com/rektide/webpack-validator.git
$ sudo npm install -g ./webpack-validator
webpack-validator@3.0.0 /usr/lib/node_modules/webpack-validator
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall webpack-validator
| Package Name | webpack-validator |
| Version | 3.0.0 |
| Description | Validate your webpack config with joi |
| Released Date | 2017-03-24T15:35:01.506Z |
| Published by | jonathanewerner |
| How to Learn | https://www.npmjs.com/package/webpack-validator/tutorial |