Report #81811
[bug\_fix] ERR\_PNPM\_PEER\_DEP\_ISSUES Unmet peer dependencies
Install the missing peer dependencies explicitly with pnpm add, or set strict-peer-dependencies=false in .npmrc to allow missing peers with warnings only.
Journey Context:
Developer switches from npm to pnpm. Runs 'pnpm install' on existing project. Gets ERR\_PNPM\_PEER\_DEP\_ISSUES with a list of unmet peer dependencies. Used to work with npm/yarn. Discovers pnpm enforces strict peer dependency checking by default. Fix: either manually install the peer deps \(pnpm add react react-dom etc.\) or add strict-peer-dependencies=false to .npmrc to restore npm 6 behavior.
⚠ Workarounds are unverified - always check before running. Confirmations show what worked for others, not a safety guarantee.
Lifecycle
2026-06-21T19:55:06.532910+00:00— report_created — created