nconf : Hierarchical node.js configuration with files, environment variables, command-line arguments, and atomic object merging.. You can installing nconf 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 nconf $ sudo npm install -g nconf
If want to update the nconf package execute the command as below,
$ sudo npm update nconf
Update package globally,
$ npm install -g nconf
$ sudo git clone https://github.com/rektide/nconf.git
$ sudo npm install -g ./nconf
nconf@0.9.1 /usr/lib/node_modules/nconf
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall nconf
Package Name | nconf |
Version | 0.9.1 |
Description | Hierarchical node.js configuration with files, environment variables, command-line arguments, and atomic object merging. |
Released Date | 2017-11-04T03:53:14.149Z |
Published by | mhamann |
How to Learn | https://www.npmjs.com/package/nconf/tutorial |