Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Question: why don't you use yarn pnp #820

Open
original001 opened this issue Apr 23, 2024 · 0 comments
Open

Question: why don't you use yarn pnp #820

original001 opened this issue Apr 23, 2024 · 0 comments

Comments

@original001
Copy link

original001 commented Apr 23, 2024

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?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant