How to Install defaults NPM Packages on Ubuntu / Debian

How to Install defaults software package in NPM Packages

defaults : merge single level defaults over a config object. You can installing defaults 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 defaults
$ sudo npm install -g defaults

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

$ sudo npm update defaults

Update package globally,

$ npm install -g defaults

Git clone:

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

defaults@1.0.3 /usr/lib/node_modules/defaults

How to remove defaults package :

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

$ sudo npm uninstall defaults

Basic Information of defaults NPM Package:

Package Name defaults
Version 1.0.3
Description merge single level defaults over a config object
Released Date 2015-10-02T22:27:02.099Z
Published by tmpvar
How to Learn https://www.npmjs.com/package/defaults/tutorial