d3-dsv : A parser and formatter for delimiter-separated values, such as CSV and TSV. You can installing d3-dsv 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-dsv $ sudo npm install -g d3-dsv
If want to update the d3-dsv package execute the command as below,
$ sudo npm update d3-dsv
Update package globally,
$ npm install -g d3-dsv
$ sudo git clone https://github.com/rektide/d3-dsv.git
$ sudo npm install -g ./d3-dsv
d3-dsv@1.0.8 /usr/lib/node_modules/d3-dsv
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall d3-dsv
Package Name | d3-dsv |
Version | 1.0.8 |
Description | A parser and formatter for delimiter-separated values, such as CSV and TSV |
Released Date | 2017-11-21T21:21:52.525Z |
Published by | mbostock |
How to Learn | https://www.npmjs.com/package/d3-dsv/tutorial |