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:

  1. Run:

    bash
    npx next-forge@latest init
  2. Name your project

  3. Observe install failure during dependency resolution

Expected behavior Project should install successfully after initialization.

Screenshots Image

Desktop

  • OS: MacOS
  • Browser Chrome
  • Node: v20.19.3
  • npm: 10.8.2
  • create-next-app: 16.2.9