Question: why don't you use yarn pnp #877
Unanswered
original001
asked this question in
General
Replies: 1 comment
-
now pnpm works, i afraid changing to yarn may break the build system |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I believe that Yarn PNP could be a better alternative for installing dependencies. It is several times faster than pnpm. You can check it on the pnpm Benchmarks.
people usualy avoid Yarn PnP due to some issues, but they are not relevant for this project. For example, absense of node_modules brings only benefits, because you don't need to store many node_modules folders and decrease free space on a disk. Also, you won't encounter problems with IDE, because you don't work with those files directly.
So, I guess, yarn pnp allows you get all benefits without encountering its issues.
What are your thoughts? Am I missing any points?
Beta Was this translation helpful? Give feedback.
All reactions