Skip to content

Consider pnpm instead of yarn #210

@joepio

Description

@joepio

I've seen some big projects switch to pnpm, like next and vite. It's faster and re-uses dependencies on your disk (although yarn has an option for that, too). Even unoptimized it's about as fast as yarn 3 + cache (which is what we use).

I also had some problems with running scripts from sub projects in workspaces (e.g. running yarn test from /react required me to duplicate the dependency. Not sure if pnpm fixes this, but it's worth trying.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions