nodejs/corepack

corepack installs pnpm pre-releases if there exists any with a version superior than latest

SuperchupuDev opened this issue · 3 comments

When running corepack up on a project that uses pnpm v9, it seems to update to a pre-release version, 9.1.0-0

This no longer happens now that pnpm 9.1.0 is out, but there's no reason to believe it won't happen in future pnpm pre-releases

9.5.0-beta.0 is out and this is still happening btw
image

It's currently installing pnpm@10.0.0-beta.3 version. This is not desirable.

corepack install --global pnpm
# Installing pnpm@10.0.0-beta.3...