http-proxy : HTTP proxying for the masses. You can installing http-proxy 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 $ sudo npm install -g http-proxy
If want to update the http-proxy package execute the command as below,
$ sudo npm update http-proxy
Update package globally,
$ npm install -g http-proxy
$ sudo git clone https://github.com/rektide/http-proxy.git
$ sudo npm install -g ./http-proxy
http-proxy@1.16.2 /usr/lib/node_modules/http-proxy
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall http-proxy
Package Name | http-proxy |
Version | 1.16.2 |
Description | HTTP proxying for the masses |
Released Date | 2016-12-06T15:49:10.117Z |
Published by | jcrugzz |
How to Learn | https://www.npmjs.com/package/http-proxy/tutorial |