friendly-errors-webpack-plugin : Recognizes certain classes of webpack errors and cleans, aggregates and prioritizes them to provide a better Developer Experience. You can installing friendly-errors-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 friendly-errors-webpack-plugin $ sudo npm install -g friendly-errors-webpack-plugin
If want to update the friendly-errors-webpack-plugin package execute the command as below,
$ sudo npm update friendly-errors-webpack-plugin
Update package globally,
$ npm install -g friendly-errors-webpack-plugin
$ sudo git clone https://github.com/rektide/friendly-errors-webpack-plugin.git
$ sudo npm install -g ./friendly-errors-webpack-plugin
friendly-errors-webpack-plugin@1.6.1 /usr/lib/node_modules/friendly-errors-webpack-plugin
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall friendly-errors-webpack-plugin
Package Name | friendly-errors-webpack-plugin |
Version | 1.6.1 |
Description | Recognizes certain classes of webpack errors and cleans, aggregates and prioritizes them to provide a better Developer Experience |
Released Date | 2017-03-01T09:55:02.510Z |
Published by | geowarin |
How to Learn | https://www.npmjs.com/package/friendly-errors-webpack-plugin/tutorial |