superagent : elegant & feature rich browser / node HTTP with a fluent API. You can installing superagent 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 superagent $ sudo npm install -g superagent
If want to update the superagent package execute the command as below,
$ sudo npm update superagent
Update package globally,
$ npm install -g superagent
$ sudo git clone https://github.com/rektide/superagent.git
$ sudo npm install -g ./superagent
superagent@3.8.1 /usr/lib/node_modules/superagent
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall superagent
| Package Name | superagent |
| Version | 3.8.1 |
| Description | elegant & feature rich browser / node HTTP with a fluent API |
| Released Date | 2017-11-08T14:30:38.574Z |
| Published by | kornel |
| How to Learn | https://www.npmjs.com/package/superagent/tutorial |