How to Install extend.js NPM Packages on Ubuntu / Debian

How to Install extend.js software package in NPM Packages

extend.js : extend(obj, obj2, ...). You can installing extend.js 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 extend.js
$ sudo npm install -g extend.js

If want to update the extend.js package execute the command as below,

$ sudo npm update extend.js

Update package globally,

$ npm install -g extend.js

Git clone:

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

extend.js@0.0.2 /usr/lib/node_modules/extend.js

How to remove extend.js package :

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

$ sudo npm uninstall extend.js

Basic Information of extend.js NPM Package:

Package Name extend.js
Version 0.0.2
Description extend(obj, obj2, ...)
Released Date 2014-12-04T20:09:28.833Z
Published by mattmueller
How to Learn https://www.npmjs.com/package/extend.js/tutorial