This repository was archived by the owner on Dec 20, 2024. It is now read-only.
Corepack does not work with yarn 4.1.0 #5782
Replies: 3 comments 1 reply
|
I got the same issue with the yarn@v3 (To be specific yarn@v3.6.3). Let us know if any solution is found :) |
0 replies
|
This discussion was automatically locked because the community moved to a new site. Please join us at vercel.community |
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.
Page to Investigate
https://vercel.com/docs/deployments/configure-a-build#corepack
Steps to Reproduce
Configure a build with yarn 4.1.0:
ENABLE_EXPERIMENTAL_COREPACK=1in environment on vercelyarn installas the installation command on vercel.yarnrc.yml(this file is added by yarn itself to the root folder):package.json:Result
All reactions