gulp-imagemin : Minify PNG, JPEG, GIF and SVG images. You can installing gulp-imagemin 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-imagemin $ sudo npm install -g gulp-imagemin
If want to update the gulp-imagemin package execute the command as below,
$ sudo npm update gulp-imagemin
Update package globally,
$ npm install -g gulp-imagemin
$ sudo git clone https://github.com/rektide/gulp-imagemin.git
$ sudo npm install -g ./gulp-imagemin
gulp-imagemin@4.0.0 /usr/lib/node_modules/gulp-imagemin
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall gulp-imagemin
Package Name | gulp-imagemin |
Version | 4.0.0 |
Description | Minify PNG, JPEG, GIF and SVG images |
Released Date | 2017-11-16T17:26:24.076Z |
Published by | sindresorhus |
How to Learn | https://www.npmjs.com/package/gulp-imagemin/tutorial |