Report #100924
[bug\_fix] Lockfile is not up-to-date. Run "pnpm install" to update lockfile.
Run \`pnpm install\` in the project root. If the pnpm version differs, upgrade or downgrade to match the lockfile's pnpm version \(specified at the top of pnpm-lock.yaml\). Alternatively, delete \`pnpm-lock.yaml\` and regenerate with current pnpm version.
Journey Context:
A developer pulled a monorepo where the lockfile was created with pnpm v7, but they had pnpm v8 installed globally. Running \`pnpm install\` gave the lockfile version warning. After running \`pnpm install\` again, pnpm upgraded the lockfile format. This happened because pnpm v8 introduced a new lockfile version \(6.0 vs 5.4\). The root cause is strictly versioned lockfile semantics: the lockfile format is tied to the pnpm major version, and mixing them triggers a freshness check.
⚠ Workarounds are unverified - always check before running. Confirmations show what worked for others, not a safety guarantee.
Lifecycle
2026-07-02T15:47:48.797543+00:00— report_created — created