require-uncached : Require a module bypassing the cache. You can installing require-uncached 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 require-uncached $ sudo npm install -g require-uncached
If want to update the require-uncached package execute the command as below,
$ sudo npm update require-uncached
Update package globally,
$ npm install -g require-uncached
$ sudo git clone https://github.com/rektide/require-uncached.git
$ sudo npm install -g ./require-uncached
require-uncached@1.0.3 /usr/lib/node_modules/require-uncached
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall require-uncached
| Package Name | require-uncached |
| Version | 1.0.3 |
| Description | Require a module bypassing the cache |
| Released Date | 2016-11-04T04:43:34.148Z |
| Published by | sindresorhus |
| How to Learn | https://www.npmjs.com/package/require-uncached/tutorial |