You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix: use the 0install pnpm feed in localized pnpm snippets
Every locale ships its own pnpm.bash, and a locale's own snippet takes
precedence over the English fallback, so the 0install conditional added
to the English snippet never applied anywhere else.
Combined with ReleaseCodeBox skipping the Corepack install step for
0install with pnpm, non-English locales were left running
`corepack enable pnpm` without Corepack present on Node.js 25 and later.
Only the command line changed; the translated comments are untouched.
0 commit comments