Problem
Running npm run start on a fresh clone fails with:
Error: ENOENT: no such file or directory, open './data/initialTopicRepoData-.csv'
This happens because dataRecorder.js tries to write a CSV file to ./data/ which doesn't exist in the repo.
Steps to Reproduce
- Clone the repo fresh
- Set up
.env with GITHUB_TOKEN and TOPIC
- Run
npm run start inside projects/initial-data/
- Observe the crash
Problem
Running
npm run starton a fresh clone fails with:Error: ENOENT: no such file or directory, open './data/initialTopicRepoData-.csv'
This happens because dataRecorder.js tries to write a CSV file to
./data/which doesn't exist in the repo.Steps to Reproduce
.envwithGITHUB_TOKENandTOPICnpm run startinsideprojects/initial-data/