How to Install country-list NPM Packages on Ubuntu / Debian

How to Install country-list software package in NPM Packages

country-list : Maps ISO 3166-1-alpha-2 codes to English country names and vice versa.. You can installing country-list 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-list
$ sudo npm install -g country-list

If want to update the country-list package execute the command as below,

$ sudo npm update country-list

Update package globally,

$ npm install -g country-list

Git clone:

$ sudo  git clone https://github.com/rektide/country-list.git
$ sudo  npm install -g ./country-list

country-list@1.1.0 /usr/lib/node_modules/country-list

How to remove country-list package :

You can uninstall or remove this package from your node_modules run the command as below,

$ sudo npm uninstall country-list

Basic Information of country-list NPM Package:

Package Name country-list
Version 1.1.0
Description Maps ISO 3166-1-alpha-2 codes to English country names and vice versa.
Released Date 2016-11-26T20:11:01.042Z
Published by fannarsh
How to Learn https://www.npmjs.com/package/country-list/tutorial