How to Install jsmin NPM Packages on Ubuntu / Debian

How to Install jsmin software package in NPM Packages

jsmin : A node.js module for javascript minification. You can installing jsmin 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 jsmin
$ sudo npm install -g jsmin

If want to update the jsmin package execute the command as below,

$ sudo npm update jsmin

Update package globally,

$ npm install -g jsmin

Git clone:

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

jsmin@1.0.1 /usr/lib/node_modules/jsmin

How to remove jsmin package :

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

$ sudo npm uninstall jsmin

Basic Information of jsmin NPM Package:

Package Name jsmin
Version 1.0.1
Description A node.js module for javascript minification
Released Date 2012-02-01T22:02:03.688Z
Published by pkrumins
How to Learn https://www.npmjs.com/package/jsmin/tutorial