imagemin : Minify images. You can installing 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 imagemin $ sudo npm install -g imagemin
If want to update the imagemin package execute the command as below,
$ sudo npm update imagemin
Update package globally,
$ npm install -g imagemin
$ sudo git clone https://github.com/rektide/imagemin.git
$ sudo npm install -g ./imagemin
imagemin@5.3.1 /usr/lib/node_modules/imagemin
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall imagemin
Package Name | imagemin |
Version | 5.3.1 |
Description | Minify images |
Released Date | 2017-05-12T18:07:15.164Z |
Published by | sindresorhus |
How to Learn | https://www.npmjs.com/package/imagemin/tutorial |