Dependency resolution for npm in package.json#18
Merged
developersdigest merged 2 commits intodevelopersdigest:mainfrom Apr 10, 2024
Merged
Dependency resolution for npm in package.json#18developersdigest merged 2 commits intodevelopersdigest:mainfrom
developersdigest merged 2 commits intodevelopersdigest:mainfrom
Conversation
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.
Update package.json
Owner
|
ty |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
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.