How to Install proxyquire NPM Packages on Ubuntu / Debian

How to Install proxyquire software package in NPM Packages

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

Git clone:

$ sudo  git clone https://github.com/rektide/proxyquire.git
$ sudo  npm install -g ./proxyquire

proxyquire@1.8.0 /usr/lib/node_modules/proxyquire

How to remove proxyquire package :

You can uninstall or remove this package from your node_modules run the command as below,

$ sudo npm uninstall proxyquire

Basic Information of proxyquire NPM Package:

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