How to Install request-promise NPM Packages on Ubuntu / Debian

How to Install request-promise software package in NPM Packages

request-promise : The simplified HTTP request client request with Promise support. Powered by Bluebird.. You can installing request-promise 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-promise
$ sudo npm install -g request-promise

If want to update the request-promise package execute the command as below,

$ sudo npm update request-promise

Update package globally,

$ npm install -g request-promise

Git clone:

$ sudo  git clone https://github.com/rektide/request-promise.git
$ sudo  npm install -g ./request-promise

request-promise@4.2.2 /usr/lib/node_modules/request-promise

How to remove request-promise package :

You can uninstall or remove this package from your node_modules run the command as below,

$ sudo npm uninstall request-promise

Basic Information of request-promise NPM Package:

Package Name request-promise
Version 4.2.2
Description The simplified HTTP request client request with Promise support. Powered by Bluebird.
Released Date 2017-09-22T16:35:47.641Z
Published by analog-nico
How to Learn https://www.npmjs.com/package/request-promise/tutorial