d3-request : A convenient alternative to XMLHttpRequest.. You can installing d3-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 d3-request $ sudo npm install -g d3-request
If want to update the d3-request package execute the command as below,
$ sudo npm update d3-request
Update package globally,
$ npm install -g d3-request
$ sudo git clone https://github.com/rektide/d3-request.git
$ sudo npm install -g ./d3-request
d3-request@1.0.6 /usr/lib/node_modules/d3-request
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall d3-request
Package Name | d3-request |
Version | 1.0.6 |
Description | A convenient alternative to XMLHttpRequest. |
Released Date | 2017-09-02T21:53:43.300Z |
Published by | mbostock |
How to Learn | https://www.npmjs.com/package/d3-request/tutorial |