-
Notifications
You must be signed in to change notification settings - Fork 102
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
[Bug] yarn run build
and yarn run start
not working on Windows Machine
#422
Comments
yarn run build
and yarn run start
not working on Windows Machineyarn run build
and yarn run start
not working on Windows Machine
Hi, @wxharry, it was a mistake. Thank you for reporting it! Before #274: Lines 7 to 14 in b6dc905
After #274, all things that related to We should use cross-env again. |
What shell did you use? |
windows cmd |
Now I know more about |
/self-assign |
yarn run build
and yarn run start
not working on Windows Machineyarn run build
and yarn run start
not working on Windows Machine
Description
In the commit fix: exsiting way to write process.env.XXX does not work, we changed the way to specify environment variables. However, the wary of adding the env variables directly to
yarn run build
andyarn run start
doesn't work for windows Machine. Catch error:becuase we are using windows cmd and the commands are different.
How do we solve this?
The text was updated successfully, but these errors were encountered: