[PR #608] [MERGED] Advertise LG dev through NPM package #855

Closed
opened 2026-02-17 17:21:15 -05:00 by yindo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/langchain-ai/docs/pull/608
Author: @christian-bromann
Created: 9/19/2025
Status: Merged
Merged: 9/22/2025
Merged by: @lnhsingh

Base: mainHead: cb/lg-dev


📝 Commits (1)

  • 87230e3 advertise LG dev through NPM package

📊 Changes

2 files changed (+9 additions, -5 deletions)

View changed files

📝 src/langgraph-platform/quick-start-studio.mdx (+5 -5)
📝 src/langgraph-platform/set-up-custom-auth.mdx (+4 -0)

📄 Description

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 a new command, it has dev, dockerfile, build, up, sysinfo and help but no new

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/langchain-ai/docs/pull/608 **Author:** [@christian-bromann](https://github.com/christian-bromann) **Created:** 9/19/2025 **Status:** ✅ Merged **Merged:** 9/22/2025 **Merged by:** [@lnhsingh](https://github.com/lnhsingh) **Base:** `main` ← **Head:** `cb/lg-dev` --- ### 📝 Commits (1) - [`87230e3`](https://github.com/langchain-ai/docs/commit/87230e3645d628ef2c650537fc69ae4102bc2095) advertise LG dev through NPM package ### 📊 Changes **2 files changed** (+9 additions, -5 deletions) <details> <summary>View changed files</summary> 📝 `src/langgraph-platform/quick-start-studio.mdx` (+5 -5) 📝 `src/langgraph-platform/set-up-custom-auth.mdx` (+4 -0) </details> ### 📄 Description 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](https://docs.langchain.com/langgraph-platform/local-server#node-server) 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 a `new` command, it has `dev`, `dockerfile`, `build`, `up`, `sysinfo` and `help` but no `new` --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
yindo added the pull-request label 2026-02-17 17:21:15 -05:00
yindo closed this issue 2026-02-17 17:21:15 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: langchain-ai/docs#855