stefangabos / world_countries

Constantly updated lists of world countries and their associated alpha-2, alpha-3 and numeric country codes as defined by the ISO 3166 standard, available in CSV, JSON , PHP, SQL and XML formats, in multiple languages and with national flags included; also available are the ISO 3166-2 codes of provinces/ states associated with the countries
http://stefangabos.github.io/world_countries/
Other
1.34k stars 374 forks source link

Fail to install using npm #84

Closed inigomarquinez closed 3 months ago

inigomarquinez commented 3 months ago

I found this repository great and I wanted to use it in a nodejs project.

Instead of downloading the files, I would like to keep it as a dependency in my package.json file so I can update the dependency whenever you release a new version. But when I try to install it by running:

npm i stefangabos/world_countries

It throws the following error:

npm i stefangabos/world_countries
npm WARN tarball tarball data for world_countries_lists@git+ssh://git@github.com/stefangabos/world_countries.git#c82e357632281a8eb151d2331b3fe5e280f677b8 (null) seems to be corrupted. Trying again.
npm WARN tarball tarball data for world_countries_lists@git+ssh://git@github.com/stefangabos/world_countries.git#c82e357632281a8eb151d2331b3fe5e280f677b8 (null) seems to be corrupted. Trying again.
npm ERR! code ENOENT
stefangabos commented 3 months ago

that's not my package... npm install world_countries_lists will get you mine

inigomarquinez commented 3 months ago

Oh thanks for that!