proxyquire : Proxies nodejs require in order to allow overriding dependencies during testing.. You can installing proxyquire 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 proxyquire $ sudo npm install -g proxyquire
If want to update the proxyquire package execute the command as below,
$ sudo npm update proxyquire
Update package globally,
$ npm install -g proxyquire
$ sudo git clone https://github.com/rektide/proxyquire.git
$ sudo npm install -g ./proxyquire
proxyquire@1.8.0 /usr/lib/node_modules/proxyquire
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall proxyquire
| Package Name | proxyquire |
| Version | 1.8.0 |
| Description | Proxies nodejs require in order to allow overriding dependencies during testing. |
| Released Date | 2017-05-15T12:42:10.449Z |
| Published by | bendrucker |
| How to Learn | https://www.npmjs.com/package/proxyquire/tutorial |