Menu

#Pnpm

23 posts

Feed·
17 of 23 posts
pnpm workspaces: the CI cache that survived the fix and cost me 40 minutes per build
🖼️
0

pnpm workspaces: the CI cache that survived the fix and cost me 40 minutes per build

DEV Community·Juan Torchia·20 days ago
#cb4OkXjl
#pnpm#typescript#cache#store#build#actions

The CI was green. The cache wasn't working. Forty minutes per build run because pnpm couldn't find the store in GitHub Actions. Here are the logs, the before/after YAML, and the exact configuration that brought it down to 8 minutes.

15s
Read More
pnpm workspaces in a Next.js 16 monorepo: what the benchmark didn't measure and almost broke my CI
🖼️
0

pnpm workspaces in a Next.js 16 monorepo: what the benchmark didn't measure and almost broke my CI

DEV Community·Juan Torchia·21 days ago
#WkSNG0HS

The install-time benchmark I published earlier didn't capture the real cost of pnpm workspaces in CI: silent cache invalidation, dependency hoisting that breaks in App Router, and a specific edge case that can take down your Railway pipeline.…

15s
Read More
pnpm vs npm vs yarn in 2026: I ran all three on my real monorepo and it forced me to change my mind
🖼️
0

pnpm vs npm vs yarn in 2026: I ran all three on my real monorepo and it forced me to change my mind

DEV Community·Juan Torchia·22 days ago
#iXmQ3KHE

I ran all three package managers on the same Next.js 16 + strict TypeScript monorepo with Shadcn/ui and Radix UI. pnpm wins on disk and CI — but there's a real compatibility cost the migration guides never tell you about.

15s
Read More
pnpm vs npm vs Yarn (2026): Best Node.js Package Manager?
🖼️
0

pnpm vs npm vs Yarn (2026): Best Node.js Package Manager?

DEV Community·丁久·24 days ago
#sEw4EihZ
#npm#node#packagemanager#tooling#pnpm#yarn

Disk usage, install speed, monorepo support, and security compared across the three major Node.js package managers. Real benchmarks and migration guides.

15s
Read More