postcss-loader : PostCSS loader for webpack. You can installing postcss-loader 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-loader $ sudo npm install -g postcss-loader
If want to update the postcss-loader package execute the command as below,
$ sudo npm update postcss-loader
Update package globally,
$ npm install -g postcss-loader
$ sudo git clone https://github.com/rektide/postcss-loader.git
$ sudo npm install -g ./postcss-loader
postcss-loader@2.0.9 /usr/lib/node_modules/postcss-loader
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall postcss-loader
| Package Name | postcss-loader |
| Version | 2.0.9 |
| Description | PostCSS loader for webpack |
| Released Date | 2017-11-24T06:36:02.598Z |
| Published by | michael-ciniawsky |
| How to Learn | https://www.npmjs.com/package/postcss-loader/tutorial |