Replies: 1 comment 2 replies
-
Cf this doc section: https://yarnpkg.com/getting-started/recipes#hybrid-pnp--node_modules-mono-repo |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
We have a webapp that has been fully converted to use yarn berry's pnp. We are also trying to adopt the new SWC compiler, but it looks like their internal resolver isn't compatible with pnp, only npm or classic Yarn with the
node_modules
directory.Is it possible to use pnp and have the
node_modules
in parallel? As in, can we use pnp but specify certain packages we'd like to manage with the traditionalnode_modules
approach?Beta Was this translation helpful? Give feedback.
All reactions