Replies: 1 comment
-
You need to update your |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
If I upgrade yarn and my
.yarnrc.yml
now contains:and I commit this, everyone else that now checks it out now has a broken version of yarn:
Error: Cannot find module '/.yarn/releases/yarn-3.1.1.cjs'
and has to do something like:
mv .yarnrc.yml .yarnrc.yml.tmp yarn set version 3.1.1 rm .yarnrc.yml mv .yarmrc.yml.tmp .yarnrc.yml
Is there a better way?
Beta Was this translation helpful? Give feedback.
All reactions