thechangelog / quiz-game

Changelog's don’t-call-it-jeopardy game show where 3 contestants put their dev knowledge to the test
https://changelog.com/podcasts
MIT License
17 stars 3 forks source link

Runtime errors #9

Open tarponjargon opened 2 years ago

tarponjargon commented 2 years ago

Interested in seeing this repo in action. I ran the following commands:

git clone https://github.com/thechangelog/quiz-game.git cd quiz-game npm install npm run dev -w quiz-game-react

That seems to go ok. But when I go to http://localhost:3000/ I get alot of red text in the console:

Screen Shot 2022-04-29 at 2 41 23 PM

same outcome if I cd apps/react and npm install; npm run dev

Am I missing a step?

node -v v16.14.0

npm -v 8.3.1

bryanaka commented 2 years ago

I run into the same issue

node -v
v16.13.2

npm -v
8.1.2
nicknisi commented 2 years ago

Hmm, I just tried it and I'm not seeing this issue on a fresh clone. I'll keep trying.