topojson-client : Manipulate TopoJSON and convert it to GeoJSON.. You can installing topojson-client 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 topojson-client $ sudo npm install -g topojson-client
If want to update the topojson-client package execute the command as below,
$ sudo npm update topojson-client
Update package globally,
$ npm install -g topojson-client
$ sudo git clone https://github.com/rektide/topojson-client.git
$ sudo npm install -g ./topojson-client
topojson-client@3.0.0 /usr/lib/node_modules/topojson-client
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall topojson-client
| Package Name | topojson-client |
| Version | 3.0.0 |
| Description | Manipulate TopoJSON and convert it to GeoJSON. |
| Released Date | 2017-03-31T05:06:36.650Z |
| Published by | mbostock |
| How to Learn | https://www.npmjs.com/package/topojson-client/tutorial |