Skip to content

Dependency resolution for npm in package.json#18

Merged
developersdigest merged 2 commits intodevelopersdigest:mainfrom
amacsmith:main
Apr 10, 2024
Merged

Dependency resolution for npm in package.json#18
developersdigest merged 2 commits intodevelopersdigest:mainfrom
amacsmith:main

Conversation

@amacsmith
Copy link
Copy Markdown
Contributor

Description

@langchain/community, llm-answer-engine, and langchain require different minor requirements for @vercel/kv. Langchain and langchain/community both require ^0.0.23 vs ^1.0.1 in llm-answer-engine repo. I removed that line and also recommend creating a package.lock file and committing.

Let me know if anything else is needed.

Removed "@vercel/kv": "^1.0.1", from package.json because it is a dependency of langchain/community : ^0.0.40 and langchain: ^0.1.28. This causes a conflict because they both require @vercel/kv: ^0.0.23. Therefore there is a conflict. The package.lock should be committed as well I believe but will leave that up to the owners.
@developersdigest
Copy link
Copy Markdown
Owner

ty

@developersdigest developersdigest merged commit 6aa0ccd into developersdigest:main Apr 10, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants