logux / client

Logux base components to build web client
https://logux.org/
MIT License
663 stars 47 forks source link

Error installing @logux/client, when using latest nanostores #110

Closed ps73 closed 3 months ago

ps73 commented 6 months ago
npm ERR! code ERESOLVE
npm ERR! ERESOLVE could not resolve
npm ERR! 
npm ERR! While resolving: @logux/client@0.20.1
npm ERR! Found: nanostores@0.10.3
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/react@0.7.2
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/client@0.20.1
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/client@0.20.1
npm ERR! node_modules/@logux/client
npm ERR!   @logux/client@"^0.20.1" from the root project
npm ERR! 
npm ERR! Conflicting peer dependency: nanostores@0.9.5
npm ERR! node_modules/nanostores
npm ERR!   peer nanostores@"^0.9.0" from @logux/client@0.20.1
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 commented 6 months ago

Oh fixed by using nanostores@0.9.0

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

ai commented 6 months ago

Yes, I will do a small release later.

BANOnotIT commented 4 months ago

Any progress on this one?

ai commented 4 months ago

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

BANOnotIT commented 4 months ago

Can I help with something?

ai commented 4 months ago

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 commented 3 months ago

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

ai commented 3 months ago

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