-
-
Notifications
You must be signed in to change notification settings - Fork 68
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
Version 9.x breaks usage on react-scripts build #71
Comments
This project does its best to adhere to semver versioning meaning any major version upgrade ( In the changelog it states that the options have changed for For your specific case you need to provide the See examples repo for more specific examples regarding env file usage or you can also view the Help section of the ReadMe file (Note: you can also do Related to: #61 Sorry about the breakage 🙁 |
Thank you for the advice. I fully understand and respect the reasoning behind the breaking change; not a problem. Thank also for all your hard graft on this project and for making it freely available. I'm very grateful - It's a valuable, useful tool, and your work is very much appreciated. |
Closing due to inactivity |
I'm not sure exactly what's going on here, but there appears to have been a breaking change between versions 8.0.2 and 9.0.0 which causes failure of my react-scripts builds.
I'm building on Ubuntu 18.04. The problem also exists and exhibits identical behaviour when building in a Debian Stretch environment in Docker.
The relevant part of my package.json:
The error:
Versions up to 8.0.2 work flawlessly using the above scripts declaration. I have tested using exactly the same app, in the same environment, with the only different variable being the version of env-cmd. Switching to < 9.0.0 is fine, but upgrading to 9.0.0 and above breaks the build.
The text was updated successfully, but these errors were encountered: