decache : decache (Delete Cache) lets you delete modules from node.js require() cache; useful when testing your modules/projects.. You can installing decache 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 decache $ sudo npm install -g decache
If want to update the decache package execute the command as below,
$ sudo npm update decache
Update package globally,
$ npm install -g decache
$ sudo git clone https://github.com/rektide/decache.git
$ sudo npm install -g ./decache
decache@4.3.0 /usr/lib/node_modules/decache
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall decache
Package Name | decache |
Version | 4.3.0 |
Description | decache (Delete Cache) lets you delete modules from node.js require() cache; useful when testing your modules/projects. |
Released Date | 2017-11-02T18:41:25.843Z |
Published by | nelsonic |
How to Learn | https://www.npmjs.com/package/decache/tutorial |