request-debug : Library to assist with debugging HTTP(s) requests made by the request module.. You can installing request-debug 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 request-debug $ sudo npm install -g request-debug
If want to update the request-debug package execute the command as below,
$ sudo npm update request-debug
Update package globally,
$ npm install -g request-debug
$ sudo git clone https://github.com/rektide/request-debug.git
$ sudo npm install -g ./request-debug
request-debug@0.2.0 /usr/lib/node_modules/request-debug
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall request-debug
| Package Name | request-debug |
| Version | 0.2.0 |
| Description | Library to assist with debugging HTTP(s) requests made by the request module. |
| Released Date | 2015-05-20T17:57:17.448Z |
| Published by | simov |
| How to Learn | https://www.npmjs.com/package/request-debug/tutorial |