-
Notifications
You must be signed in to change notification settings - Fork 13
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
Yarn v4.3.1 #507
Yarn v4.3.1 #507
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
When I check out this branch my yarn version immediately changes to 4.3.1. So I'm not sure why you're on 3.2.3 🤔 Have you run |
just tried with i use asdf, would that impact? |
I'm using asdf too. But yeah it might be a factor. I don't know if an install or reshim makes a difference? Frustrating issue. I don't care which version we use but I want all developers to be using the same yarn. Which should Just Work ™️ I'll run a couple of tests on a second system this afternoon |
hey @josephjclark what's the status here? |
Hey, yeah this is an annoying one. I need to work out how to synchronise yarn versions properly and I'm not even sure how to approach it. For most docs work it doesn't matter, but any work that touches the yarn lockfile is hard to merge at the moment. I'll give this some time today. |
This and #506 are closely related |
Turns out yarn has its own self-versioning strategy now - it should really be locked to the project
I am not quite sure why, then, I was on v1. Maybe I'd missed some setup? I've just updated ubuntu, maybe that did something.
QA notes
Can we run some quick QA on this?
yarn install
yarn.lock
yarn -v
should print 4.3.1?