Error installing @logux/client, when using latest nanostores
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
Oh fixed by using [email protected]
Maybe this project should be updated to allow usage of latest nanostores version.
Yes, I will do a small release later.
Any progress on this one?
No, since I need to release also Logux Core and many other experiments which are not ready
Can I help with something?
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.
I updated all branches, so I will try to release it today.
The fix was released in 0.21. Thanks for waiting (it contains big refactoring with action queue).