find-root : find the closest package.json. You can installing find-root 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-root $ sudo npm install -g find-root
If want to update the find-root package execute the command as below,
$ sudo npm update find-root
Update package globally,
$ npm install -g find-root
$ sudo git clone https://github.com/rektide/find-root.git
$ sudo npm install -g ./find-root
find-root@1.1.0 /usr/lib/node_modules/find-root
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall find-root
Package Name | find-root |
Version | 1.1.0 |
Description | find the closest package.json |
Released Date | 2017-06-29T21:25:58.908Z |
Published by | jsdnxx |
How to Learn | https://www.npmjs.com/package/find-root/tutorial |