-
-
Notifications
You must be signed in to change notification settings - Fork 26.9k
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
Fix CI and upgrade dependencies #6137
Conversation
Hey @Timer, I maintain a fork of react-scripts called backpack-react-scripts and we are running into a similar issue that this PR has fixed on facebook/create-react-app.
After rebasing on top of this commit I still get the issue - do you have any ideas on how to fix this? It seems that by simply modifying react-scripts dependencies is enough to upset the dependency graph enough to cause this error. See example commit and build. |
Hey @matthewdavidson, can you try clearing your Travis cache? |
I removed all caches and re ran the build. Same issue unfortunately. The build passes before I rebase, it's just as soon as I modify the dependencies in react-scripts... |
Hmm, very interesting. We had narrowed this down to an issue with the Yarn nightlies and it was actually fixed by switching to Yarn stable. Are you accidentally changing the build back to nightly? |
Yeah when I seen the fix upstream I initially only included the change to switch back to Yarn stable. You can see the commit log here. The only major difference is the addition of some new dependencies... |
Truth be told I don't know what's wrong. Maybe try filing an issue with Yarn if you can recreate this locally. Sorry we can't be of more help. |
Update: I remove the Still the issue remains for two of the |
Fyi, this fixes (through the Regarding your issue @matthewdavidson, if you can make a super-easy local repro I can give it a look, but otherwise I'm not aware of issues with packages not installed (I would assume it would have been raised before otherwise) 😕 |
* Upgrade a bunch of dependencies * Turn off nightly Yarn
When dose it scheduled to be released? :) |
No description provided.