connectkit icon indicating copy to clipboard operation
connectkit copied to clipboard

[BUG] Error while installing module in React 19

Open ezzstar777 opened this issue 3 months ago • 1 comments

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.

ezzstar777 avatar Sep 12 '25 07:09 ezzstar777

solved using --legacy-peer-deps for now

I don't see any issues, but this might indicate connectkit is out of maintenance.

prnthh avatar Sep 28 '25 06:09 prnthh

+1

would be great to have it up to date...

Hugoo avatar Dec 04 '25 10:12 Hugoo