Skip to content
New issue

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

Windows compile #33

Closed
BumbleB2na opened this issue Apr 7, 2021 · 2 comments
Closed

Windows compile #33

BumbleB2na opened this issue Apr 7, 2021 · 2 comments

Comments

@BumbleB2na
Copy link

BumbleB2na commented Apr 7, 2021

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:

  1. open powershell on windows in project directory
  2. enter command npm start
  3. make choices in terminal that lead to webpack compile of an exercise
  4. navigate to localhost:3000 in web browser

or: enter npm start core-v1 1 and enter 1 for 'exercise'
or: enter npm start core-v2 1 and enter 1 for 'exercise'

@BumbleB2na
Copy link
Author

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.

@bradwestfall
Copy link
Collaborator

It's best to make a Fork to do a PR. But yea that would be great, thank you

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

2 participants