find-up : Find a file by walking up parent directories. You can installing find-up 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-up $ sudo npm install -g find-up
If want to update the find-up package execute the command as below,
$ sudo npm update find-up
Update package globally,
$ npm install -g find-up
$ sudo git clone https://github.com/rektide/find-up.git
$ sudo npm install -g ./find-up
find-up@2.1.0 /usr/lib/node_modules/find-up
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall find-up
| Package Name | find-up |
| Version | 2.1.0 |
| Description | Find a file by walking up parent directories |
| Released Date | 2016-12-02T13:21:51.615Z |
| Published by | sindresorhus |
| How to Learn | https://www.npmjs.com/package/find-up/tutorial |