find-config : Find the first config file matching a given name in the current directory or the nearest ancestor directory.. You can installing find-config 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 find-config $ sudo npm install -g find-config
If want to update the find-config package execute the command as below,
$ sudo npm update find-config
Update package globally,
$ npm install -g find-config
$ sudo git clone https://github.com/rektide/find-config.git
$ sudo npm install -g ./find-config
find-config@1.0.0 /usr/lib/node_modules/find-config
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall find-config
Package Name | find-config |
Version | 1.0.0 |
Description | Find the first config file matching a given name in the current directory or the nearest ancestor directory. |
Released Date | 2016-02-15T20:02:03.454Z |
Published by | shannonmoeller |
How to Learn | https://www.npmjs.com/package/find-config/tutorial |