How to Install common NPM Packages on Ubuntu / Debian

How to Install common software package in NPM Packages

common : A utility package with some useful functional stuff. You can installing common 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 common
$ sudo npm install -g common

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

$ sudo npm update common

Update package globally,

$ npm install -g common

Git clone:

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

common@0.2.5 /usr/lib/node_modules/common

How to remove common package :

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

$ sudo npm uninstall common

Basic Information of common NPM Package:

Package Name common
Version 0.2.5
Description A utility package with some useful functional stuff
Released Date 2013-08-21T12:33:01.123Z
Published by mafintosh
How to Learn https://www.npmjs.com/package/common/tutorial