gulp-autoprefixer : Prefix CSS. You can installing gulp-autoprefixer 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-autoprefixer $ sudo npm install -g gulp-autoprefixer
If want to update the gulp-autoprefixer package execute the command as below,
$ sudo npm update gulp-autoprefixer
Update package globally,
$ npm install -g gulp-autoprefixer
$ sudo git clone https://github.com/rektide/gulp-autoprefixer.git
$ sudo npm install -g ./gulp-autoprefixer
gulp-autoprefixer@4.0.0 /usr/lib/node_modules/gulp-autoprefixer
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall gulp-autoprefixer
Package Name | gulp-autoprefixer |
Version | 4.0.0 |
Description | Prefix CSS |
Released Date | 2017-05-08T09:48:05.143Z |
Published by | sindresorhus |
How to Learn | https://www.npmjs.com/package/gulp-autoprefixer/tutorial |