sync-request : Make synchronous web requests. You can installing sync-request 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 sync-request $ sudo npm install -g sync-request
If want to update the sync-request package execute the command as below,
$ sudo npm update sync-request
Update package globally,
$ npm install -g sync-request
$ sudo git clone https://github.com/rektide/sync-request.git
$ sudo npm install -g ./sync-request
sync-request@4.1.0 /usr/lib/node_modules/sync-request
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall sync-request
| Package Name | sync-request |
| Version | 4.1.0 |
| Description | Make synchronous web requests |
| Released Date | 2017-06-06T13:40:18.241Z |
| Published by | forbeslindesay |
| How to Learn | https://www.npmjs.com/package/sync-request/tutorial |