-
Notifications
You must be signed in to change notification settings - Fork 84
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
environment variables in Win #2
Comments
Steps to fix the issuenpm install --save-dev cross-env Modify
|
Found a better way to solve the issue. Steps to fix the issueInstall new dependencies for managing parallel & sequential tasks ( npm install npm-run-all cross-env --only=dev Modify
|
Thank you for the workaround on Windows, but I spotted a bug in the line:
It should be:
because there is no |
This particular method of passing environment variables doesn't work in Windows.
https://stackoverflow.com/questions/25112510/how-to-set-environment-variables-from-within-package-json-node-js
The text was updated successfully, but these errors were encountered: