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

How to Install gulp-minify software package in NPM Packages

gulp-minify : js minify plugin for gulp. You can installing gulp-minify 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-minify
$ sudo npm install -g gulp-minify

If want to update the gulp-minify package execute the command as below,

$ sudo npm update gulp-minify

Update package globally,

$ npm install -g gulp-minify

Git clone:

$ sudo  git clone https://github.com/rektide/gulp-minify.git
$ sudo  npm install -g ./gulp-minify

gulp-minify@2.1.0 /usr/lib/node_modules/gulp-minify

How to remove gulp-minify package :

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

$ sudo npm uninstall gulp-minify

Basic Information of gulp-minify NPM Package:

Package Name gulp-minify
Version 2.1.0
Description js minify plugin for gulp
Released Date 2017-11-07T02:18:40.885Z
Published by taojie
How to Learn https://www.npmjs.com/package/gulp-minify/tutorial