depcheck : Check dependencies in your node module. You can installing depcheck 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 depcheck $ sudo npm install -g depcheck
If want to update the depcheck package execute the command as below,
$ sudo npm update depcheck
Update package globally,
$ npm install -g depcheck
$ sudo git clone https://github.com/rektide/depcheck.git
$ sudo npm install -g ./depcheck
depcheck@0.6.8 /usr/lib/node_modules/depcheck
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall depcheck
Package Name | depcheck |
Version | 0.6.8 |
Description | Check dependencies in your node module |
Released Date | 2017-10-10T13:23:05.326Z |
Published by | lijunle |
How to Learn | https://www.npmjs.com/package/depcheck/tutorial |