find-node-modules : Return an array of all parent node_modules directories. You can installing find-node-modules 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-node-modules $ sudo npm install -g find-node-modules
If want to update the find-node-modules package execute the command as below,
$ sudo npm update find-node-modules
Update package globally,
$ npm install -g find-node-modules
$ sudo git clone https://github.com/rektide/find-node-modules.git
$ sudo npm install -g ./find-node-modules
find-node-modules@1.0.4 /usr/lib/node_modules/find-node-modules
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall find-node-modules
Package Name | find-node-modules |
Version | 1.0.4 |
Description | Return an array of all parent node_modules directories |
Released Date | 2016-09-21T08:18:08.865Z |
Published by | callumacrae |
How to Learn | https://www.npmjs.com/package/find-node-modules/tutorial |