pnpm icon indicating copy to clipboard operation
pnpm copied to clipboard

ERR_PNPM_LOCKFILE_CONFIG_MISMATCH not documented

Open jayvdb opened this issue 1 year ago • 0 comments

Verify latest release

  • [X] I verified that the issue exists in the latest pnpm release

pnpm version

9.12.0

Which area(s) of pnpm are affected? (leave empty if unsure)

No response

Link to the code that reproduces this issue or a replay of the bug

No response

Reproduction steps

ERR_PNPM_LOCKFILE_CONFIG_MISMATCH originates from LockfileConfigMismatchError

It is not listed on https://pnpm.io/next/errors

Describe the Bug

This error can be seen in action at https://github.com/pnpm/pnpm/issues/7951

I am seeing it because we have a pnpmfile.js and PRs created by renovate are failing with

> pnpm install --frozen-lockfile --prefer-offline
ERR_PNPM_LOCKFILE_CONFIG_MISMATCH  Cannot proceed with the frozen installation. The current "pnpmfileChecksum" configuration doesn't match the value found in the lockfile

Expected Behavior

Errors emitted by pnpm are documented on https://pnpm.io/next/errors

Which Node.js version are you using?

18

Which operating systems have you used?

  • [ ] macOS
  • [ ] Windows
  • [X] Linux

If your OS is a Linux based, which one it is? (Include the version if relevant)

openSUSE

jayvdb avatar Oct 05 '24 02:10 jayvdb