i-am-bee / bee-agent-framework

The framework for building scalable agentic applications.
https://i-am-bee.github.io/bee-agent-framework/
Apache License 2.0
875 stars 89 forks source link

typeorm legacy Dependency issue #17

Closed krishnac7 closed 1 month ago

krishnac7 commented 1 month ago

Describe the bug trying to install the bee-agent framework into a react project, but facing the following issue


Could not resolve dependency:
npm error peerOptional typeorm@"^0.3.20" from @langchain/community@0.2.32```
Tomas2D commented 1 month ago

LangChain is a peer dependency of bee-agent-framework and is unnecessary. Or do you need it for some reason? If not, you can ignore this error.

Tomas2D commented 1 month ago

Resolved @krishnac7?