Update peer dependency
henriq-88 opened this issue · 7 comments
henriq-88 commented
I'm receiving this error when I'm installing the latest recoil-persist
version right after installing recoil
:
npm ERR! code ERESOLVE
npm ERR! ERESOLVE unable to resolve dependency tree
npm ERR!
npm ERR! While resolving: my-project@1.0.0
npm ERR! Found: recoil@0.2.0
npm ERR! node_modules/recoil
npm ERR! recoil@"0.2.0" from the root project
npm ERR!
npm ERR! Could not resolve dependency:
npm ERR! peer recoil@"^0.1.2" from recoil-persist@2.5.0
npm ERR! node_modules/recoil-persist
npm ERR! recoil-persist@"*" from the root project
These are my current npm and node versions:
$ npm -v
7.5.3
$ node -v
v15.10.0
polemius commented
I have updated recoil peer dependency in 2.8.0 version
jacobdubail commented
@polemius Could we do the same for recoil@"0.4.0"? I don't see any obvious breaking changes in recoil.
polemius commented
@jacobdubail I have updated recoil peer dependency to 0.4.0 version. The new recoil-persist 3.0.0 version just published
jacobdubail commented
Thank you! Much appreciated.