We built the fastest CI and it failed 3 years ago
Curious about your thoughts on turbo?
HN user
Curious about your thoughts on turbo?
My list:
pnpm - my goto now. It's fast, enforces that you have your dependencies set up correctly (no transitives etc.), and still allows settings to simulate older `node_modules` structures that some things (`prisma` / `storybook` etc.) need to work.
yarn v1 - Used to be my default, so I still have some older projects using it, but I'm slowly moving them all to `pnpm`.
yarn berry - only if I have to. I'm sure it's great, but the mental model shift was too extreme
npm - never