proxy-agent : Maps proxy protocols to `http.Agent` implementations. You can installing 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 proxy-agent $ sudo npm install -g proxy-agent
If want to update the proxy-agent package execute the command as below,
$ sudo npm update proxy-agent
Update package globally,
$ npm install -g proxy-agent
$ sudo git clone https://github.com/rektide/proxy-agent.git
$ sudo npm install -g ./proxy-agent
proxy-agent@2.1.0 /usr/lib/node_modules/proxy-agent
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall proxy-agent
| Package Name | proxy-agent |
| Version | 2.1.0 |
| Description | Maps proxy protocols to `http.Agent` implementations |
| Released Date | 2017-07-20T18:43:40.120Z |
| Published by | tootallnate |
| How to Learn | https://www.npmjs.com/package/proxy-agent/tutorial |