find-package-json : Find package.json files in parent directories, keep finding until you find the right one using iterators.. You can installing find-package-json 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-package-json $ sudo npm install -g find-package-json
If want to update the find-package-json package execute the command as below,
$ sudo npm update find-package-json
Update package globally,
$ npm install -g find-package-json
$ sudo git clone https://github.com/rektide/find-package-json.git
$ sudo npm install -g ./find-package-json
find-package-json@1.0.0 /usr/lib/node_modules/find-package-json
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall find-package-json
Package Name | find-package-json |
Version | 1.0.0 |
Description | Find package.json files in parent directories, keep finding until you find the right one using iterators. |
Released Date | 2015-08-21T14:04:07.724Z |
Published by | 3rdeden |
How to Learn | https://www.npmjs.com/package/find-package-json/tutorial |