-
-
Notifications
You must be signed in to change notification settings - Fork 14
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
Support modern yarn #291
Comments
I haven't really used yarn since |
Yarn Berry (v2+) has very little resemblance to legacy Yarn. It supports workspaces, automatic constraints, package patching, and their own Plug'n'Play linker, though that's still experimental and I wouldn't recommend enabling it for the masses (see The right way to grab the latest yarn install is to first I'd recommend the following .yarnrc settings:
The result could then be checked into the generator. |
I'm still not sure to understand what's not working currently if you execute |
@JosXa any info? |
fwiw I generated a vike project with bati and it works with Plug n Play after some patches to telefunc brillout/telefunc#77 did corepack enable and set |
Since there's already this awesome graphical user interface, it would be really cool if I could pick Yarn 4.3+ over pnpm (as I use it everywhere).
Fun fact: pnpm uses huge chunks of the yarn berry code base under the hood ^^
The text was updated successfully, but these errors were encountered: