proxy-middleware : http(s) proxy as connect middleware. You can installing proxy-middleware 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-middleware $ sudo npm install -g proxy-middleware
If want to update the proxy-middleware package execute the command as below,
$ sudo npm update proxy-middleware
Update package globally,
$ npm install -g proxy-middleware
$ sudo git clone https://github.com/rektide/proxy-middleware.git
$ sudo npm install -g ./proxy-middleware
proxy-middleware@0.15.0 /usr/lib/node_modules/proxy-middleware
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall proxy-middleware
| Package Name | proxy-middleware |
| Version | 0.15.0 |
| Description | http(s) proxy as connect middleware |
| Released Date | 2015-10-24T00:39:50.564Z |
| Published by | superjoe |
| How to Learn | https://www.npmjs.com/package/proxy-middleware/tutorial |