http-proxy-agent : An HTTP(s) proxy `http.Agent` implementation for HTTP. You can installing http-proxy-agent 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 http-proxy-agent $ sudo npm install -g http-proxy-agent
If want to update the http-proxy-agent package execute the command as below,
$ sudo npm update http-proxy-agent
Update package globally,
$ npm install -g http-proxy-agent
$ sudo git clone https://github.com/rektide/http-proxy-agent.git
$ sudo npm install -g ./http-proxy-agent
http-proxy-agent@2.0.0 /usr/lib/node_modules/http-proxy-agent
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall http-proxy-agent
Package Name | http-proxy-agent |
Version | 2.0.0 |
Description | An HTTP(s) proxy `http.Agent` implementation for HTTP |
Released Date | 2017-06-27T17:52:31.712Z |
Published by | tootallnate |
How to Learn | https://www.npmjs.com/package/http-proxy-agent/tutorial |