How to install crawlee with yarn2 and pnp in a workspace ?
I wanted to add a package that uses crawlee, but I get a lot of errors at startup
yarn start:dev .After some research and specifying the
nodeLinker: node_modules in the .yarnrc.yml file of the package, this solved the problem.I have this structure:
But it's a pain because I have to manage the crawlee package separately from the others, and I don't use the yarn2 cache, ...
Is there any way to make the crawlee package compatible with pnp?
