Bug reports must include: - OS: Windows - Browser: Firefox Run `npm install gatsby` Result: ``` npm error code ERESOLVE npm error ERESOLVE unable to resolve dependency tree npm error npm error While resolving: @coreui/coreui-free-react-admin-template@5.4.0 npm error Found: react@19.1.0 npm error node_modules/react npm error react@"^19.0.0" from the root project npm error npm error Could not resolve dependency: npm error peer react@"^18.0.0 || ^0.0.0" from gatsby@5.14.5 npm error node_modules/gatsby npm error gatsby@"*" from the root project npm error npm error Fix the upstream dependency conflict, or retry npm error this command with --force or --legacy-peer-deps npm error to accept an incorrect (and potentially broken) dependency resolution. ``` If you run with --force it will break the project and the page won't load anymore.