matchdep : Use micromatch to filter npm module dependencies by name.. You can installing matchdep 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 matchdep $ sudo npm install -g matchdep
If want to update the matchdep package execute the command as below,
$ sudo npm update matchdep
Update package globally,
$ npm install -g matchdep
$ sudo git clone https://github.com/rektide/matchdep.git
$ sudo npm install -g ./matchdep
matchdep@2.0.0 /usr/lib/node_modules/matchdep
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall matchdep
Package Name | matchdep |
Version | 2.0.0 |
Description | Use micromatch to filter npm module dependencies by name. |
Released Date | 2017-08-18T23:12:06.959Z |
Published by | phated |
How to Learn | https://www.npmjs.com/package/matchdep/tutorial |