You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Could not resolve dependency:
peerOptional vectordb@"^0.8.0" from @llm-tools/[email protected]
node_modules/@llm-tools/embedjs
@llm-tools/embedjs@"^0.0.94" from the root project
Conflicting peer dependency: [email protected]
node_modules/vectordb
peerOptional vectordb@"^0.8.0" from @llm-tools/[email protected]
node_modules/@llm-tools/embedjs
@llm-tools/embedjs@"^0.0.94" from the root project
Fix the upstream dependency conflict, or retry
this command with --force or --legacy-peer-deps
to accept an incorrect (and potentially broken) dependency resolution.
The text was updated successfully, but these errors were encountered:
The library (on version 0.0.94) required vectordb version 0.0.8 and you are installing vectordb version 0.0.9 and hence the error. The new version of the library 0.0.95 requires and works with vectordb version 0.0.9.
So you have two options -
Use library version 0.0.94 with vectordb version 0.0.8
Use library version 0.0.95 with vectordb version 0.0.9
After running
npm i @llm-tools/embedjs
and then trying to runnpm install vectordb
I get this error:The text was updated successfully, but these errors were encountered: