[PR #4036] docs: clarify unsupported LangGraph JS build flags #4041

Open
opened 2026-06-05 18:53:59 -04:00 by yindo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/langchain-ai/docs/pull/4036
Author: @raghav-404
Created: 5/17/2026
Status: 🔄 Open

Base: mainHead: fix/langgraph-cli-build-command-docs


📝 Commits (2)

  • e7676ae docs: clarify unsupported LangGraph JS build flags
  • e2c50f1 docs: restore Python LangGraph build flags

📊 Changes

1 file changed (+4 additions, -6 deletions)

View changed files

📝 src/langsmith/monorepo-support.mdx (+4 -6)

📄 Description

Overview

Clarifies LangGraph JS CLI build documentation by removing unsupported --build-command and --install-command usage from the JS-facing monorepo guidance and aligning the CLI reference with current JS CLI behavior.

Type of change

Type: Update existing documentation

Related issues/PRs

  • GitHub issue: fixes #1347

  • Feature PR:

  • Linear issue:

  • Slack thread:

Checklist

  • I have read the contributing guidelines, including the language policy
  • I have tested my changes locally using docs dev
  • All code examples have been tested and work correctly
  • I have used root relative paths for internal links
  • I have updated navigation in src/docs.json if needed

Additional notes

I verified the current JS CLI behavior locally with:

  • npx.cmd @langchain/langgraph-cli --version1.2.1+js
  • npx.cmd @langchain/langgraph-cli build --help

The current JS CLI help does not list --build-command or --install-command, so this PR removes those flags from JS-facing documentation and simplifies the monorepo example accordingly.


🔄 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/4036 **Author:** [@raghav-404](https://github.com/raghav-404) **Created:** 5/17/2026 **Status:** 🔄 Open **Base:** `main` ← **Head:** `fix/langgraph-cli-build-command-docs` --- ### 📝 Commits (2) - [`e7676ae`](https://github.com/langchain-ai/docs/commit/e7676ae44c656b85e0dfd62fc79d09ee358a650f) docs: clarify unsupported LangGraph JS build flags - [`e2c50f1`](https://github.com/langchain-ai/docs/commit/e2c50f1c6e28435aff6d26971a1bd573f007feda) docs: restore Python LangGraph build flags ### 📊 Changes **1 file changed** (+4 additions, -6 deletions) <details> <summary>View changed files</summary> 📝 `src/langsmith/monorepo-support.mdx` (+4 -6) </details> ### 📄 Description ## Overview Clarifies LangGraph JS CLI build documentation by removing unsupported `--build-command` and `--install-command` usage from the JS-facing monorepo guidance and aligning the CLI reference with current JS CLI behavior. ## Type of change **Type:** Update existing documentation ## Related issues/PRs - GitHub issue: fixes #1347 - Feature PR: - Linear issue: - Slack thread: ## Checklist - [x] I have read the [contributing guidelines](README.md), including the [language policy](https://docs.langchain.com/oss/python/contributing/overview#language-policy) - [ ] I have tested my changes locally using `docs dev` - [ ] All code examples have been tested and work correctly - [ ] I have used **root relative** paths for internal links - [ ] I have updated navigation in `src/docs.json` if needed ## Additional notes I verified the current JS CLI behavior locally with: - `npx.cmd @langchain/langgraph-cli --version` → `1.2.1+js` - `npx.cmd @langchain/langgraph-cli build --help` The current JS CLI help does not list `--build-command` or `--install-command`, so this PR removes those flags from JS-facing documentation and simplifies the monorepo example accordingly. --- <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-06-05 18:53:59 -04:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: langchain-ai/docs#4041