corepack installs pnpm pre-releases if there exists any with a version superior than latest
SuperchupuDev opened this issue · 3 comments
SuperchupuDev commented
When running corepack up
on a project that uses pnpm v9, it seems to update to a pre-release version, 9.1.0-0
SuperchupuDev commented
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
SuperchupuDev commented
hyunbinseo commented
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...