mem0
mem0 copied to clipboard
Conflicting peer dependency: @google/[email protected]
🐛 Describe the bug
If you try installing the mem0ai package from npm in a project that already uses the Google genai package, it will error and abort because Mem0 uses an older (0.7.0) version, and 0.9.0 (the latest version) breaks the peer dependency.
You can --force it through but it shouldn't really error in the first place.