6 ms·
Am I the only one that hates the decision to no longer support corepack?
by mmmeff 21d ago
Am I the only one that hates the decision to no longer support corepack?
- catlifeonmars 21d agoSame here. Corepack was fine and there is already too much churn
- joshuat 21d agoFirst I'm hearing of it, and it does dampen my enthusiasm for v12 a bit.
- winterqt 21d 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 21d ago[dead]
- mirekrusin 21d 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 21d agoIt is node.js core that decided to drop corepack, now both yarn and pnpm are build own version of that.
- anon7000 20d agoI migrated a Node 24 repo to pnpm 12 and it works absolutely fine with corepack out of the box.