arvidboivie
Results
2
comments of
arvidboivie
There's another workaround that's setting `YARN_NODE_LINKER="node-modules"` for your command, i.e. `YARN_NODE_LINKER="node-modules" yarn nx migrate latest`. I think the issue is that yarn defaults to pnp mode when used by nx,...
Had this exact same issue, quoting my glob solved it. Thanks!