Init command fails with ERESOLVE due to React 19.2.4 vs 19.2.7 mismatch
Author: 21142Created Jun 18, 2026Updated Sep 2, 2026
Labelsbug
Describe the bug
Running npx next-forge@latest init fails during npm install with ERESOLVE dependency conflict between [email protected] and [email protected].
next-forge version I am using version 6.0.3 / latest (via npx)
To Reproduce Steps to reproduce the behavior:
Run:
npx next-forge@latest initName your project
Observe install failure during dependency resolution
Expected behavior Project should install successfully after initialization.
Screenshots
Desktop
- OS: MacOS
- Browser Chrome
- Node: v20.19.3
- npm: 10.8.2
- create-next-app: 16.2.9
Source: vercel/next-forge