-
-
Notifications
You must be signed in to change notification settings - Fork 8.5k
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
Project broken on Yarn v2 #3003
Comments
@SamChou19815 , seems related to your recent PR #3008 Any idea? |
The fault is mostly on |
I opened a PR to fix it. |
There are other implicit dependencies:
I'll send PRs to fix it. |
Hi, Merged the PRs, is this issue still an issue? Can we close now? |
@slorber waiting on downstream to fix. |
downstream? |
|
@ylemkimon do you plan to do a pr to fix react-loadable-ssr-addon too ? |
I already opened a PR for it, the maintainer doesn't want to merge it |
themgoncalves/react-loadable-ssr-addon#22 is merged and included in the 0.3.0 release. I guess Dependabot will handle the bump? |
I got it |
Closing, will be in next v2 release |
🐛 Bug Report
When on Yarn 2, I get this error when trying to run
yarn start
:Have you read the Contributing Guidelines on issues?
Yup
To Reproduce
Create D2 project with Yarn 2, then run
yarn start
Expected behavior
It starts
Actual Behavior
See stacktrace above
Your Environment
Reproducible Demo
(Paste the link to an example repo, including a
siteConfig.js
, and exact instructions to reproduce the issue.)The text was updated successfully, but these errors were encountered: