Back to Trigger

Corepack Error

docs/snippets/corepack-error.mdx

4.4.5380 B
Original Source

Cannot find matching keyid

This error occurs when using Node.js v22 with corepack, as it's not yet compatible with the latest package manager signatures. To fix this, either:

  1. Downgrade to Node.js v20 (LTS), or
  2. Install corepack globally: npm i -g corepack@latest

The corepack bug and workaround are detailed in this issue.