Open tarponjargon opened 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
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:
same outcome if I cd apps/react and npm install; npm run dev
npm install; npm run dev
Am I missing a step?
node -v v16.14.0
npm -v 8.3.1
I run into the same issue
node -v v16.13.2 npm -v 8.1.2
Hmm, I just tried it and I'm not seeing this issue on a fresh clone. I'll keep trying.
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:
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