pkg-conf : Get namespaced config from the closest package.json. You can installing pkg-conf 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 pkg-conf $ sudo npm install -g pkg-conf
If want to update the pkg-conf package execute the command as below,
$ sudo npm update pkg-conf
Update package globally,
$ npm install -g pkg-conf
$ sudo git clone https://github.com/rektide/pkg-conf.git
$ sudo npm install -g ./pkg-conf
pkg-conf@2.0.0 /usr/lib/node_modules/pkg-conf
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall pkg-conf
| Package Name | pkg-conf |
| Version | 2.0.0 |
| Description | Get namespaced config from the closest package.json |
| Released Date | 2016-10-10T19:25:09.580Z |
| Published by | sindresorhus |
| How to Learn | https://www.npmjs.com/package/pkg-conf/tutorial |