mledoze / countries

World countries in JSON, CSV, XML and Yaml. Any help is welcome!

Home Page:https://mledoze.github.io/countries/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ERROR: Package path ./data is not exported from package

6uzm4n opened this issue · comments

After updating with npm to version 4.1+ the following error occurs in my project:

Package path ./data is not exported from package ~/myapp/node_modules/world-countries (see exports field in ~/myapp/node_modules/world-countries/package.json)

This is something that doesn't happen in version 4.0.0

Here is what I have:

$ npm -v
9.8.1

$ npm install world-countries

added 1 package in 3s

$ npm list
test
└── world-countries@4.1.1

Could you describe how to reproduce the error?

I've fixed it in PR #486

fixed by #486, thank you @thevuong