How to Install extend NPM Packages on Ubuntu / Debian

How to Install extend software package in NPM Packages

extend : Port of jQuery.extend for node.js and the browser. You can installing extend 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
$ sudo npm install -g extend

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

$ sudo npm update extend

Update package globally,

$ npm install -g extend

Git clone:

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

extend@3.0.1 /usr/lib/node_modules/extend

How to remove extend package :

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

$ sudo npm uninstall extend

Basic Information of extend NPM Package:

Package Name extend
Version 3.0.1
Description Port of jQuery.extend for node.js and the browser
Released Date 2017-04-28T05:36:44.288Z
Published by ljharb
How to Learn https://www.npmjs.com/package/extend/tutorial