-
Hey! I've been using Yarn for ages now and about 3 months ago I tried to migrate existing, working projects to Yarn 3. I've read articles, migration guides - no luck! It just doesn't work! Then I thought, maybe if I set up a fresh project with Yarn 3 and copy the source files one by one it might work - no luck either. I really don't know why and to be honest I don't have time to figure out what is not working here but I guess I keep my hands off Yarn 2/3/4 or whatever version we have now already... Couldn't even get a basic react application with relay working - guess the relay compiler does not support PnP 🤷♂️ However, if anyone works with Yarn 3, Workspaces, React, Relay, Typescript, GraphQL, GraphQL Codegen - so basically a modern Monorepo setup - and got it working, then please let me know! 😜 Other than that, sorry guys this has really put me off Yarn... |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 4 replies
-
@Poolshark A bit hard to give you advice without any details. But have you tried using |
Beta Was this translation helpful? Give feedback.
@Poolshark A bit hard to give you advice without any details. But have you tried using
node-modules
linker instead ofpnp
linker to get the same behavior (node_modules
folders) as with Yarn 1?