-
Hi, Is there any way to replicate the Yarn v1 In general I am looking for a way to install a workspace's sibling dependencies directly from the registry so as not to have to build the sibling dependencies. I am aware of the Yarn workspace-tools plugin, however when running the yarn workspaces focus command I always end up with symlinks for the sibling dependencies. So it seems that the current implementation of |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
This can be achieved with the enableTransparentWorkspaces configuration option. |
Beta Was this translation helpful? Give feedback.
This can be achieved with the enableTransparentWorkspaces configuration option.