-
Notifications
You must be signed in to change notification settings - Fork 23
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
Autodeploy fails when using yarn berry #17
Comments
Hmm we'll take a look. |
Just release a Console update. And it will now respect Feel free to re-open if error persists. |
Problem still persists, just came back to autodeploy run again and found error as such:
It is caused by yarn having two releases - classic which is on npm as versions 1.2.x and latest yarn which is a bit disconnected from yarn classic and installed through corepack which is shipped with npm. More about how to install latest yarn here: https://yarnpkg.com/getting-started/install I think it would be the best to support this feature by using corepack. |
When running autodeploy on repo configured to use yarn berry (package has key
packageManager
set toyarn@4.2.2
i receiveExpected behavior:
Console should run
corepack enable
so that corepack can resolve package manager version correctly.The text was updated successfully, but these errors were encountered: