browser-request : Browser port of the Node.js request package. You can installing browser-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 browser-request $ sudo npm install -g browser-request
If want to update the browser-request package execute the command as below,
$ sudo npm update browser-request
Update package globally,
$ npm install -g browser-request
$ sudo git clone https://github.com/rektide/browser-request.git
$ sudo npm install -g ./browser-request
browser-request@0.3.3 /usr/lib/node_modules/browser-request
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall browser-request
Package Name | browser-request |
Version | 0.3.3 |
Description | Browser port of the Node.js request package |
Released Date | 2014-11-24T09:03:27.924Z |
Published by | jhs |
How to Learn | https://www.npmjs.com/package/browser-request/tutorial |