-
Notifications
You must be signed in to change notification settings - Fork 9
Closed
Description
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
Labels
No labels