Describe the bug
Running npx next-forge@latest init fails during npm install with ERESOLVE dependency conflict between react@19.2.4 and react@19.2.7.
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 init
-
Name 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
Describe the bug
Running
npx next-forge@latest initfails duringnpm installwith ERESOLVE dependency conflict betweenreact@19.2.4andreact@19.2.7.next-forge version
I am using version 6.0.3 / latest (via npx)
To Reproduce
Steps to reproduce the behavior:
Run:
Name your project
Observe install failure during dependency resolution
Expected behavior
Project should install successfully after initialization.
Screenshots

Desktop