-
-
Notifications
You must be signed in to change notification settings - Fork 514
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
chore(cli): limit yarn@^1.0.0 #3357
Conversation
@erickzhao could you please assist how to install deps and build the project? Current yarn produces 1+ changes in the sources on install command. I'd like to rebase and move forward the changes I need for the production project: |
What is the purpose to use |
Which yarn version are you using? I ran a clean install on my machine this week and there are no changes on install for me. |
I used system version after After I've switched to I was able to figure out that changes and not submit with PR. |
This would fix it but I'm not sure what other maintainers think about the |
Why is Yarn v4.x disallowed? It was working fine for me with the classic |
reversing course here @adidahiya #3411 |
Explicitly disallows Yarn 2 and drops support for Yarn 0.x.
This is technically a breaking change, but according to npm's download stats, Yarn 0.x only has 2000 installs (~0.08%) of
yarn
(<=1.x) installs in the last week.