This repository has been archived by the owner on Dec 20, 2024. It is now read-only.
Corepack does not work with Yarn 4.0.2 #5122
Replies: 3 comments 1 reply
-
|
Beta Was this translation helpful? Give feedback.
0 replies
-
Have you resolved this? I deployed 8 hours ago and I am now getting this error. I have set it temporarily to use yarn v1 for it to "work" |
Beta Was this translation helpful? Give feedback.
1 reply
-
As a hotfix, changing |
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
-
Page to Investigate
https://vercel.com/docs/deployments/configure-a-build#corepack
Steps to Reproduce
ENABLE_EXPERIMENTAL_COREPACK
to 1 in build settings"packageManager": "[email protected]"
in package.jsonyarn install
as install commandBuild will fail with the following logs:
Beta Was this translation helpful? Give feedback.
All reactions