gavinr / github-csv-tools

Import and export GitHub issues via CSV
https://npmjs.com/github-csv-tools
MIT License
661 stars 118 forks source link

githubCsvTools immediately returns with no output #10

Closed j-dimension closed 6 years ago

j-dimension commented 6 years ago

githubCsvTools ./issues.csv

Just returns doing nothing, doesn't ask for OAuth token or any other information. Any idea what I might be missing?

gavinr commented 6 years ago

Are you sure the CSV is in a proper format?

j-dimension commented 6 years ago

I alsotried with the the CSVs contained as test files in the repo.

gavinr commented 6 years ago

What OS are you using? What Node.js and NPM versions are you using?

j-dimension commented 6 years ago

You've been pointing in the right direction. I have been using the versions of Node and npm that were contained in the package sources of my distro (probably outdated). I have downloaded manually and everything is fine now. Thanks!