Are yarn pnp and pnpm similar? #3662
Unanswered
bestseob93
asked this question in
Q&A
Replies: 1 comment 1 reply
-
There are a few other differences, the main one imo being that pnpm-style installs still use the filesystem, and as a result cannot perfectly install all dependency trees (cf this comment). |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi, thanks for your works.
While comparing pnpm and pnp, a question arose.
.pnp.cjs
's"packageRegistryData"
and.pnpm
folder structure look similar.is there any difference except hard/symlink and zip archive?
Beta Was this translation helpful? Give feedback.
All reactions