How to Install gulp-imagemin NPM Packages on Ubuntu / Debian

How to Install gulp-imagemin software package in NPM Packages

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

Git clone:

$ 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

How to remove gulp-imagemin package :

You can uninstall or remove this package from your node_modules run the command as below,

$ sudo npm uninstall gulp-imagemin

Basic Information of gulp-imagemin NPM Package:

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