Corepack with Yarn commands version diffrences #6173
Answered
by
arcanis
itayking1990
asked this question in
Q&A
-
Beta Was this translation helpful? Give feedback.
Answered by
arcanis
Mar 18, 2024
Replies: 1 comment 3 replies
-
That's expected. New projects are created using the latest release of Yarn (ie On the other hand, we keep 1.x as the global binary to avoid breaking older Yarn projects which didn't define any |
Beta Was this translation helpful? Give feedback.
3 replies
Answer selected by
arcanis
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
That's expected. New projects are created using the latest release of Yarn (ie
init
setspackageManager
to 4.x).On the other hand, we keep 1.x as the global binary to avoid breaking older Yarn projects which didn't define any
packageManager
field.