mledoze / countries

World countries in JSON, CSV, XML and Yaml. Any help is welcome!
https://mledoze.github.io/countries/
Open Data Commons Open Database License v1.0
5.93k stars 1.26k forks source link

countries.php fails on line 3 #471

Closed reknoZ closed 1 year ago

reknoZ commented 1 year ago

I'm trying to generate a custom data file using --include-field or --exclude-field, but the countries.php file fails to load vendor/autoload.php as that directory does not exist.

mledoze commented 1 year ago

Hello, have you installed the required dependencies with composer install?

reknoZ commented 1 year ago

yes, but I guess I was running the script from the wrong directory. all good now. sorry.