xmlhttprequest : XMLHttpRequest for Node. You can installing xmlhttprequest 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 xmlhttprequest $ sudo npm install -g xmlhttprequest
If want to update the xmlhttprequest package execute the command as below,
$ sudo npm update xmlhttprequest
Update package globally,
$ npm install -g xmlhttprequest
$ sudo git clone https://github.com/rektide/xmlhttprequest.git
$ sudo npm install -g ./xmlhttprequest
xmlhttprequest@1.8.0 /usr/lib/node_modules/xmlhttprequest
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall xmlhttprequest
| Package Name | xmlhttprequest |
| Version | 1.8.0 |
| Description | XMLHttpRequest for Node |
| Released Date | 2015-10-11T20:15:32.925Z |
| Published by | driverdan |
| How to Learn | https://www.npmjs.com/package/xmlhttprequest/tutorial |