We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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
The text was updated successfully, but these errors were encountered:
I run into the same issue
node -v v16.13.2 npm -v 8.1.2
Sorry, something went wrong.
Hmm, I just tried it and I'm not seeing this issue on a fresh clone. I'll keep trying.
No branches or pull requests
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
The text was updated successfully, but these errors were encountered: