tinyplex / tinybase

The reactive data store for local‑first apps.
https://tinybase.org
MIT License
3.57k stars 69 forks source link

​Fresh install with NPM and React 18.1 fails #35

Closed jamesgpearce closed 1 year ago

jamesgpearce commented 1 year ago

Describe the bug

Via @founderYonz

​Fresh install with NPM and React 18.1 fails because npm doesn't respect the package.json "optional: true" for peer Dependency.

    tinyBaseExpoNB $ npm i tinybase
    npm ERR! code ERESOLVE
    npm ERR! ERESOLVE could not resolve
    npm ERR! 
    npm ERR! While resolving: tinybase@2.1.1
    npm ERR! Found: react@18.1.0
jamesgpearce commented 1 year ago

Fixed in v2.2.4 - please verify! @yfeleke

devYonz commented 1 year ago

Verified with 2.2.6