Don't hoist past nested worktrees #5220
KeaganErasmus
started this conversation in
Ideas
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
We have a Yarn v1 project that we want to upgrade to Yarn 3. This project is a monorepo with several server-side workspaces and two front-end workspaces. The front-end depends on Angular 12, which cannot handle having its components (
@angular/*
) installed into different directories. Using Yarn v1, we seem to have the right hoisting setup so that everything is hoisted correctly and the Angular code compiles fine.The structure looks similar to this:
Beta Was this translation helpful? Give feedback.
All reactions