-
I'm using yarn berry pnp to construct a monorepo. And while following the desigSystem documentation, I ran into a problem: yarn berry pnp doesn't have access to node_modules. Is it possible to use panda with yarn berry pnp? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
there's a little mention of this here
tho, I understand this might not be ideal |
Beta Was this translation helpful? Give feedback.
there's a little mention of this here
tho, I understand this might not be ideal
I'm not a yarn pnp user so I don't really know what could work, do you have a solution in mind ? I think there is a
.yarn
folder, could we use it instead ?