fast-csv : CSV parser and writer. You can installing fast-csv 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 fast-csv $ sudo npm install -g fast-csv
If want to update the fast-csv package execute the command as below,
$ sudo npm update fast-csv
Update package globally,
$ npm install -g fast-csv
$ sudo git clone https://github.com/rektide/fast-csv.git
$ sudo npm install -g ./fast-csv
fast-csv@2.4.1 /usr/lib/node_modules/fast-csv
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall fast-csv
Package Name | fast-csv |
Version | 2.4.1 |
Description | CSV parser and writer |
Released Date | 2017-09-27T22:41:06.962Z |
Published by | dustinsmith1024 |
How to Learn | https://www.npmjs.com/package/fast-csv/tutorial |