[BUG] Error while installing module in React 19
npm error code ERESOLVE npm error ERESOLVE unable to resolve dependency tree npm error npm error While resolving: [email protected] npm error Found: [email protected] npm error node_modules/react npm error react@"^19.1.1" from the root project npm error peer react@"^18 || ^19" from @tanstack/[email protected] npm error node_modules/@tanstack/react-query npm error @tanstack/react-query@"^5.87.4" from the root project npm error peer @tanstack/react-query@">=5.0.0" from [email protected] npm error node_modules/connectkit npm error connectkit@"" from the root project npm error npm error Could not resolve dependency: npm error peer react@"17.x || 18.x" from [email protected] npm error node_modules/connectkit npm error connectkit@"" 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.
solved using --legacy-peer-deps for now
I don't see any issues, but this might indicate connectkit is out of maintenance.
+1
would be great to have it up to date...