dependabot-core icon indicating copy to clipboard operation
dependabot-core copied to clipboard

Update corepack to fix new error after pnpm upgrade

Open abdulapopoola opened this issue 1 year ago • 1 comments

The PNPM bump to v8.15.5 resulted in new Sentry errors; trying to bump corepack to see if it resolves the issues.

 ERR_PNPM_UNSUPPORTED_PLATFORM  Unsupported platform for registry.npmjs.org/@swc/core-linux-arm-gnueabihf/1.4.8: wanted {"cpu":["arm"],"os":["linux"],"libc":["any"]} (current: {"os":"linux","cpu":"x64","libc":"glibc"})

abdulapopoola avatar Mar 18 '24 17:03 abdulapopoola

I noticed Corepack is now on 28.2(https://github.com/nodejs/corepack/releases).

Any idea if we should bump all the way to that? Or does this need to stay in lockstep with some other NPM/PNPM versions?

jeffwidman avatar Jun 25 '24 15:06 jeffwidman