client icon indicating copy to clipboard operation
client copied to clipboard

Error installing @logux/client, when using latest nanostores

Open ps73 opened this issue 1 year ago • 4 comments

npm ERR! code ERESOLVE
npm ERR! ERESOLVE could not resolve
npm ERR! 
npm ERR! While resolving: @logux/[email protected]
npm ERR! Found: [email protected]
npm ERR! node_modules/nanostores
npm ERR!   nanostores@"^0.10.3" from the root project
npm ERR!   peer nanostores@"^0.9.0 || ^0.10.0" from @nanostores/[email protected]
npm ERR!   node_modules/@nanostores/react
npm ERR!     @nanostores/react@"^0.7.2" from the root project
npm ERR!     peerOptional @nanostores/react@">=0.0.0" from @logux/[email protected]
npm ERR!     node_modules/@logux/client
npm ERR!       @logux/client@"^0.20.1" from the root project
npm ERR! 
npm ERR! Could not resolve dependency:
npm ERR! peer nanostores@"^0.9.0" from @logux/[email protected]
npm ERR! node_modules/@logux/client
npm ERR!   @logux/client@"^0.20.1" from the root project
npm ERR! 
npm ERR! Conflicting peer dependency: [email protected]
npm ERR! node_modules/nanostores
npm ERR!   peer nanostores@"^0.9.0" from @logux/[email protected]
npm ERR!   node_modules/@logux/client
npm ERR!     @logux/client@"^0.20.1" from the root project
npm ERR! 
npm ERR! Fix the upstream dependency conflict, or retry
npm ERR! this command with --force or --legacy-peer-deps
npm ERR! to accept an incorrect (and potentially broken) dependency resolution.
npm ERR! 
npm ERR! 
npm ERR! For a full report see:
npm ERR! /Users/philschaffarzyk/.npm/_logs/2024-04-29T20_23_00_629Z-eresolve-report.txt

npm ERR! A complete log of this run can be found in: /Users/phil/.npm/_logs/2024-04-29T20_23_00_629Z-debug-0.log

ps73 avatar Apr 29 '24 20:04 ps73

Oh fixed by using [email protected]

Maybe this project should be updated to allow usage of latest nanostores version.

ps73 avatar Apr 29 '24 20:04 ps73

Yes, I will do a small release later.

ai avatar Apr 29 '24 20:04 ai

Any progress on this one?

BANOnotIT avatar Jul 12 '24 17:07 BANOnotIT

No, since I need to release also Logux Core and many other experiments which are not ready

ai avatar Jul 12 '24 17:07 ai

Can I help with something?

BANOnotIT avatar Jul 15 '24 18:07 BANOnotIT

The main problem that the new major Nano Stores release is coming. I am planning to finish it first and then can release Logux versions.

ai avatar Jul 15 '24 18:07 ai

I updated all branches, so I will try to release it today.

ai avatar Aug 06 '24 15:08 ai

The fix was released in 0.21. Thanks for waiting (it contains big refactoring with action queue).

ai avatar Aug 06 '24 22:08 ai