postcss-reporter : Log PostCSS messages in the console. You can installing postcss-reporter 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 postcss-reporter $ sudo npm install -g postcss-reporter
If want to update the postcss-reporter package execute the command as below,
$ sudo npm update postcss-reporter
Update package globally,
$ npm install -g postcss-reporter
$ sudo git clone https://github.com/rektide/postcss-reporter.git
$ sudo npm install -g ./postcss-reporter
postcss-reporter@5.0.0 /usr/lib/node_modules/postcss-reporter
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall postcss-reporter
| Package Name | postcss-reporter |
| Version | 5.0.0 |
| Description | Log PostCSS messages in the console |
| Released Date | 2017-07-29T18:29:57.509Z |
| Published by | davidtheclark |
| How to Learn | https://www.npmjs.com/package/postcss-reporter/tutorial |