-
Notifications
You must be signed in to change notification settings - Fork 190
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
How to update/upgrade from older version? #166
Comments
It's most likely not Yarn that did that, nvm probably installed Corepack, Corepack 0.10.0 is bundled with Node.js v14.19.1.
What did you try exactly? It'd be helpful to see the command you used. |
@aduh95 I think it's obvious, but here goes:
|
It seems that nvm has a |
As the npm error tells you, it refuses to overwrite something it didn't create, you can add the npm -g -f install [email protected] |
I am using yarn 1.22.19 with node 14.19.1 (actually using nvm to be able to use multiple node versions, but I'm not sure this is important here). I assume yarn installed corepack 0.10.0, because I definitely didn't install it manually myself.
How can I upgrade to the latest version 0.13.0? Do I need to uninstall yarn first? I tried with npm and it fails with the following error:
The text was updated successfully, but these errors were encountered: