How to Install merge NPM Packages on Ubuntu / Debian

How to Install merge software package in NPM Packages

merge : Merge multiple objects into one, optionally creating a new cloned object. Similar to the jQuery.extend but more flexible. Works in Node.js and the browser.. You can installing merge 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 merge
$ sudo npm install -g merge

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

$ sudo npm update merge

Update package globally,

$ npm install -g merge

Git clone:

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

merge@1.2.0 /usr/lib/node_modules/merge

How to remove merge package :

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

$ sudo npm uninstall merge

Basic Information of merge NPM Package:

Package Name merge
Version 1.2.0
Description Merge multiple objects into one, optionally creating a new cloned object. Similar to the jQuery.extend but more flexible. Works in Node.js and the browser.
Released Date 2014-09-07T10:12:53.301Z
Published by yeikos
How to Learn https://www.npmjs.com/package/merge/tutorial