-
Notifications
You must be signed in to change notification settings - Fork 8.3k
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
Cross-platform CLI execution of "npm start". #6542
Conversation
@w33ble Could you check this out? 💯 |
Were you using git bash? This change seems to work there, but not from the standard
Granted, this is better than it was, but doesn't seem like the real fix. I'm ok merging this change though, if you add a note in the docs that git-bash is required on Windows to use |
@w33ble Yes. I was. I think it's a decent compromise. Back when I developed on Windows this was pretty much a requirement for Windows boxes, so I wouldn't worry much. |
Can you add that requirement to the docs? Just update CONTRIBUTING.md and add a note around the part that recommends |
There we go! |
We don't recommend it, it's a hard requirement ;). Maybe something like: On Windows, you'll need to run this in Git Bash, Cygwin, or a something similar that exposes the |
5eaa6f2
to
8fce2d2
Compare
There you go, @w33ble. Squashed. |
Sorry for all the back and forth on this tiny change ;) 🏆 |
Cross-platform CLI execution of "npm start".
Don't be. Push for quality! 💯 |
Tested it on my local Windows computer.
Fixes #4962