Skip to content

fix(presets): fix incorrect corepack command for pnpm#25

Merged
dviejokfs merged 1 commit intogotempsh:mainfrom
bjoerge:fix-corepack-prepare
Feb 28, 2026
Merged

fix(presets): fix incorrect corepack command for pnpm#25
dviejokfs merged 1 commit intogotempsh:mainfrom
bjoerge:fix-corepack-prepare

Conversation

@bjoerge
Copy link
Copy Markdown
Contributor

@bjoerge bjoerge commented Feb 28, 2026

Description

Deploying a next js app with pnpm currently fails with the following error:

Usage Error: Unsupported package manager specification (pnpxm@latest)

I believe this line is wrong:

RUN corepack prepare pnpxm@latest --activate

and should instead be

RUN corepack prepare pnpm@latest --activate

Type of change

  • Bug fix (non-breaking change that fixes an issue)
  • New feature (non-breaking change that adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to change)
  • Documentation update

Checklist

  • I have written tests that cover the changes
  • All new and existing tests pass (cargo test --lib)
  • cargo check --lib passes with no warnings
  • My commits follow the Conventional Commits format
  • I have updated documentation where necessary

Related issues

@dviejokfs
Copy link
Copy Markdown
Contributor

Thanks for the fix! Can you add it to the CHANGELOG.md?

@bjoerge bjoerge force-pushed the fix-corepack-prepare branch from 2d168f0 to b006667 Compare February 28, 2026 12:39
@bjoerge
Copy link
Copy Markdown
Contributor Author

bjoerge commented Feb 28, 2026

@dviejokfs Done!

@bjoerge bjoerge changed the title fix(presets): fix bad corepack command for pnpm fix(presets): fix incorrect corepack command for pnpm Feb 28, 2026
@dviejokfs dviejokfs merged commit 51df259 into gotempsh:main Feb 28, 2026
9 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants