How to Install extended NPM Packages on Ubuntu / Debian

How to Install extended software package in NPM Packages

extended : Library for combining multiple libraries into one. You can installing extended 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 extended
$ sudo npm install -g extended

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

$ sudo npm update extended

Update package globally,

$ npm install -g extended

Git clone:

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

extended@0.0.6 /usr/lib/node_modules/extended

How to remove extended package :

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

$ sudo npm uninstall extended

Basic Information of extended NPM Package:

Package Name extended
Version 0.0.6
Description Library for combining multiple libraries into one
Released Date 2014-04-01T18:00:48.768Z
Published by damartin
How to Learn https://www.npmjs.com/package/extended/tutorial