Skip to content

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

@original001

Description

@original001

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?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions