3 ms·
Am I the only one that hates the decision to no longer support corepack?
by mmmeff 1mo ago
Am I the only one that hates the decision to no longer support corepack?
- catlifeonmars 1mo agoSame here. Corepack was fine and there is already too much churn
- joshuat 1mo agoFirst I'm hearing of it, and it does dampen my enthusiasm for v12 a bit.
- winterqt 1mo agoIs "pnpm installs the other package managers" what you're talking about, or something else? That doesn't quite read like removing corepack support to me, though I might be missing something obvious.
- fatata123 1mo ago[dead]
- mirekrusin 1mo agopnpm 12 supports corepack (or better phrased - corepack supports pnpm 12). they just don't recommend it. nodejs stopped bundling corepack since node 25, maybe you're referring to that?
- Chyzwar 1mo agoIt is node.js core that decided to drop corepack, now both yarn and pnpm are build own version of that.
- anon7000 1mo agoI migrated a Node 24 repo to pnpm 12 and it works absolutely fine with corepack out of the box.