Advertise LG dev through NPM package #608
Merged
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.
As a JavaScript developer I may not have Python installed and prefer a snippet using NPM.
cc @dqbd
fwiw: I don't think these docs are helpful for JS folks to onboard, due to following reasons:
npx @langchain/langgraph-cli
doesn't install langgraph CLI (it just downloads the CLI and executes it)langgraph new path/to/your/app --template new-langgraph-project-js
doesn't work because the JS version of LG CLI doesn't have anew
command, it hasdev
,dockerfile
,build
,up
,sysinfo
andhelp
but nonew