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
On Windows npm start from cmd or powershell will only compile the full app (ie: either YesterTech or ProjectPlanner) to localhost:3000.
npm start
It compiles the chosen exercise to localhost:3000
Windows 10 with latest updates. Either latest Chrome or latest Edge browser. Latest node.js LTS with latest npm.
Note: I do not have WSL[2] installed as suggested in the Readme.md
or: enter npm start core-v1 1 and enter 1 for 'exercise' or: enter npm start core-v2 1 and enter 1 for 'exercise'
npm start core-v1 1
npm start core-v2 1
The text was updated successfully, but these errors were encountered:
I believe I found a fix that doesn't require WSL. If you give me permission to create a branch and a PR I'll help fix it.
Sorry, something went wrong.
It's best to make a Fork to do a PR. But yea that would be great, thank you
No branches or pull requests
Bug
On Windows
npm start
from cmd or powershell will only compile the full app (ie: either YesterTech or ProjectPlanner) to localhost:3000.Expected result:
It compiles the chosen exercise to localhost:3000
Environment:
Windows 10 with latest updates. Either latest Chrome or latest Edge browser. Latest node.js LTS with latest npm.
Note: I do not have WSL[2] installed as suggested in the Readme.md
Steps to reproduce:
npm start
or: enter
npm start core-v1 1
and enter 1 for 'exercise'or: enter
npm start core-v2 1
and enter 1 for 'exercise'The text was updated successfully, but these errors were encountered: