79661401

Date: 2025-06-11 04:49:08
Score: 0.5
Natty:
Report link

For me this was occurring due to the way WSL handles files, it seems to conflict with the way pnpm uses symlinks. To fix this, I set the node linker to be hoisted.

In .npmrc file in the root of your project add the line

node-linker=hoisted
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: Josh