31c2a23ffc
* Adds “Explore by build extension” to the intro page * Adds instructions for clearing the build cache * Add a tip for running trigger dev + next dev concurrently * left align table headers * Adds trouble shooting for pino * Adds corepack bug and workaround * Removes reference to undici as it messes with spans * Left align table headers * Adds example for exporting logs to Axiom
8 lines
380 B
Plaintext
8 lines
380 B
Plaintext
### `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](https://github.com/npm/cli/issues/8075). |