Replies: 1 comment
-
Any help would be appreciated here. Additional question:
|
Beta Was this translation helpful? Give feedback.
0 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.
-
Hello, I am migrating a monorepo which contains a number of backend (node.js), front-end (CRA and Expo) and shared libraries.
So far I was able to switch everything except Expo to PNP. I thought that for Expo I could add:
Only for Expo, and keep the rest as PNP. However, this seems not to be the case.
.yarnrc.yml
, thennode_modules
is also created at the top level (?)yarn install
in a different workspace wherenodeLinker: pnp
it will delete it.nodeLinker
for different workspaces?Thanks!
Beta Was this translation helpful? Give feedback.
All reactions