Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[docker wine] corepack cannot use pnpm #8925

Open
thomasneger opened this issue Mar 3, 2025 · 0 comments · May be fixed by #8927
Open

[docker wine] corepack cannot use pnpm #8925

thomasneger opened this issue Mar 3, 2025 · 0 comments · May be fixed by #8927

Comments

@thomasneger
Copy link

thomasneger commented Mar 3, 2025

Hi, this is an upstream issue (see nodejs/corepack#627 (comment)) that was fixed with Node.js version 22.14.0.

Steps to reproduce is to use the electronuserland/builder:wine in some CI job:

build:desktop:
  image: electronuserland/builder:wine
  stage: deploy
  script:
    - corepack enable
    - corepack install
    - pnpm config set store-dir .pnpm-store

Error:

/usr/local/lib/node_modules/corepack/dist/lib/corepack.cjs:21535
  if (key == null || signature == null) throw new Error(`Cannot find matching keyid: ${JSON.stringify({ signatures, keys })}`);

Proposal: update Node.js v22.13.0 to latest v22.14.0 (LTS) which contains corepack 0.31.0 with the fix.

Thank you very much.

@mmaietta mmaietta linked a pull request Mar 3, 2025 that will close this issue
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 a pull request may close this issue.

1 participant