gulp-postcss : PostCSS gulp plugin. You can installing gulp-postcss 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 gulp-postcss $ sudo npm install -g gulp-postcss
If want to update the gulp-postcss package execute the command as below,
$ sudo npm update gulp-postcss
Update package globally,
$ npm install -g gulp-postcss
$ sudo git clone https://github.com/rektide/gulp-postcss.git
$ sudo npm install -g ./gulp-postcss
gulp-postcss@7.0.0 /usr/lib/node_modules/gulp-postcss
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall gulp-postcss
Package Name | gulp-postcss |
Version | 7.0.0 |
Description | PostCSS gulp plugin |
Released Date | 2017-05-06T13:45:58.809Z |
Published by | unsoundscapes |
How to Learn | https://www.npmjs.com/package/gulp-postcss/tutorial |