xhr : small xhr abstraction. You can installing xhr 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 xhr $ sudo npm install -g xhr
If want to update the xhr package execute the command as below,
$ sudo npm update xhr
Update package globally,
$ npm install -g xhr
$ sudo git clone https://github.com/rektide/xhr.git
$ sudo npm install -g ./xhr
xhr@2.4.0 /usr/lib/node_modules/xhr
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall xhr
| Package Name | xhr |
| Version | 2.4.0 |
| Description | small xhr abstraction |
| Released Date | 2017-02-17T20:56:03.627Z |
| Published by | naugtur |
| How to Learn | https://www.npmjs.com/package/xhr/tutorial |