Comment by chrisweekly
3 months ago
pnpm is not only more secure, it's also faster, more efficient wrt disk usage, and more deterministic by design.
3 months ago
pnpm is not only more secure, it's also faster, more efficient wrt disk usage, and more deterministic by design.
It also has catalogs feature for defining versions or version ranges as reusable constants that you can reference in workspace packages. It was almost the only reason (besides speed) I switched a year ago from npm and never looked back.
workspace protocol in monorepo is also great, we're using it a lot.
OK so it seems too good now, what are the downsides?
7 replies →