esbuild icon indicating copy to clipboard operation
esbuild copied to clipboard

fix: install corepack from npm

Open trivikr opened this issue 10 months ago • 2 comments

Corepack is not going to be distributed with Node.js v25+ TSC vote https://github.com/nodejs/TSC/pull/1697#issuecomment-2737093616

This PR updates the command to globally installing corepack.

trivikr avatar Apr 09 '25 19:04 trivikr

Sorry, I don't fully understand. How did this come up? This CI script has been running fine and doesn't appear to be failing.

evanw avatar Apr 23 '25 01:04 evanw

How did this come up?

Corepack is going to be removed from Node.js v25+ in future, and the recommendation is to install it from npm. It's not failing now, but will fail in v25+ in future.

trivikr avatar Apr 23 '25 05:04 trivikr