convict : Featureful configuration management library for Node.js (nested structure, schema validation, etc.). You can installing convict 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 convict $ sudo npm install -g convict
If want to update the convict package execute the command as below,
$ sudo npm update convict
Update package globally,
$ npm install -g convict
$ sudo git clone https://github.com/rektide/convict.git
$ sudo npm install -g ./convict
convict@4.0.1 /usr/lib/node_modules/convict
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall convict
Package Name | convict |
Version | 4.0.1 |
Description | Featureful configuration management library for Node.js (nested structure, schema validation, etc.) |
Released Date | 2017-09-29T12:58:29.234Z |
Published by | vladikoff |
How to Learn | https://www.npmjs.com/package/convict/tutorial |