The pnpm linker creates different structure than PNPM? #3979
Unanswered
JanVoracek
asked this question in
Q&A
Replies: 0 comments
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.
Uh oh!
There was an error while loading. Please reload this page.
-
I've just run into an issue with Babel when trying the pnpm linker. It creates such structure in
node_modules
that Babel loops infinitely until it fails onError: ELOOP: too many symbolic links encountered
.I've created a repro here (with both Yarn and PNPM):
Is this something that could be fixed? I expected the pnpm linker to create a structure that is identical to PNPM (or at least very similar).
Beta Was this translation helpful? Give feedback.
All reactions