|
|
|
|
|
by strogonoff
149 days ago
|
|
There seems to be some misinformation about Yarn and how it is worse than pnpm when it comes to workspaces. — Yarn does not hoist anything in PnP mode, which I think is the default and is better than the old node_modules approach for other reasons. — Yarn most certainly supports the workspace: protocol in dependency version specs. Is pnpm better than Yarn in some significant ways? Judging by the name I would assume pnpm has PnP mode just like Yarn, but does it also have zero-installs mode? |
|