country-data : Data about countries - like their ISO codes and currencies. You can installing country-data 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 country-data $ sudo npm install -g country-data
If want to update the country-data package execute the command as below,
$ sudo npm update country-data
Update package globally,
$ npm install -g country-data
$ sudo git clone https://github.com/rektide/country-data.git
$ sudo npm install -g ./country-data
country-data@0.0.31 /usr/lib/node_modules/country-data
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall country-data
Package Name | country-data |
Version | 0.0.31 |
Description | Data about countries - like their ISO codes and currencies |
Released Date | 2016-10-25T12:33:00.589Z |
Published by | evdb |
How to Learn | https://www.npmjs.com/package/country-data/tutorial |