-
I've been running a repo with zero-installs and have run into a couple issues that have been solved through looking at issues here. One thing that keeps popping up is the scenario of 'unplugged' packages. The docs say that that:
And this issue states that most All that makes sense. So I've set Is there any way to move forward with a true |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 5 replies
-
There is a third case where packages are unplugged that isn't listed in the docs (will fix that), when a package contains native files Yarn will automatically unplug it as well. berry/packages/plugin-pnp/sources/jsInstallUtils.ts Lines 65 to 74 in 344818b |
Beta Was this translation helpful? Give feedback.
There is a third case where packages are unplugged that isn't listed in the docs (will fix that), when a package contains native files Yarn will automatically unplug it as well.
berry/packages/plugin-pnp/sources/jsInstallUtils.ts
Lines 65 to 74 in 344818b