agent-base : Turn a function into an `http.Agent` instance. You can installing agent-base 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 agent-base $ sudo npm install -g agent-base
If want to update the agent-base package execute the command as below,
$ sudo npm update agent-base
Update package globally,
$ npm install -g agent-base
$ sudo git clone https://github.com/rektide/agent-base.git
$ sudo npm install -g ./agent-base
agent-base@4.1.2 /usr/lib/node_modules/agent-base
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall agent-base
Package Name | agent-base |
Version | 4.1.2 |
Description | Turn a function into an `http.Agent` instance |
Released Date | 2017-11-20T17:55:50.004Z |
Published by | tootallnate |
How to Learn | https://www.npmjs.com/package/agent-base/tutorial |