HN user

jangoforhire

2 karma
Posts0
Comments2
View on HN
No posts found.

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