惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

酷 壳 – CoolShell
酷 壳 – CoolShell
T
Threatpost
Latest news
Latest news
N
News | PayPal Newsroom
Threat Intelligence Blog | Flashpoint
Threat Intelligence Blog | Flashpoint
Help Net Security
Help Net Security
D
Darknet – Hacking Tools, Hacker News & Cyber Security
AI
AI
Simon Willison's Weblog
Simon Willison's Weblog
TaoSecurity Blog
TaoSecurity Blog
The Last Watchdog
The Last Watchdog
L
LINUX DO - 热门话题
Google DeepMind News
Google DeepMind News
T
Threat Research - Cisco Blogs
O
OpenAI News
钛媒体:引领未来商业与生活新知
钛媒体:引领未来商业与生活新知
T
The Exploit Database - CXSecurity.com
NISL@THU
NISL@THU
Application and Cybersecurity Blog
Application and Cybersecurity Blog
S
Securelist
小众软件
小众软件
cs.CL updates on arXiv.org
cs.CL updates on arXiv.org
Martin Fowler
Martin Fowler
S
SegmentFault 最新的问题
Cisco Talos Blog
Cisco Talos Blog
云风的 BLOG
云风的 BLOG
AWS News Blog
AWS News Blog
GbyAI
GbyAI
N
News and Events Feed by Topic
cs.CV updates on arXiv.org
cs.CV updates on arXiv.org
美团技术团队
Engineering at Meta
Engineering at Meta
A
About on SuperTechFans
博客园 - 三生石上(FineUI控件)
S
Schneier on Security
博客园 - 聂微东
V2EX - 技术
V2EX - 技术
T
Troy Hunt's Blog
SecWiki News
SecWiki News
S
Secure Thoughts
B
Blog RSS Feed
Hugging Face - Blog
Hugging Face - Blog
WordPress大学
WordPress大学
腾讯CDC
H
Heimdal Security Blog
Exploit-DB.com RSS Feed
Exploit-DB.com RSS Feed
Apple Machine Learning Research
Apple Machine Learning Research
月光博客
月光博客
www.infosecurity-magazine.com
www.infosecurity-magazine.com
P
Privacy International News Feed

LangChain Forum - Topics tagged cloud

Best practices for self-hosting LangGraph Server OSS without LangGraph keys Dynamically Enabling/Disabling Graphs in a LangGraph Server at Runtime LangGraph thread copy can take 12+ minutes: recommended production pattern? The x402 illusion: Is advertising dead in the age of agents? Unable to delete runs from annotation queue Support “less than” conditions for Run Count alerts RuntimeError: Cannot patch execution_info before it has been set on LangGraph Cloud LangSmith Cloud Deployment Intermittent Issue Unexpected latency in minimal Deep Agent setup (create_deep_agent) + confusing @traceable runs PollerCompletionQueue._handle_events BlockingIOError spam in LangGraph Cloud logs Production deployment health check fails (600s timeout) — Development works with identical code Checkpoint cleanup Bulk exporting trace data delays Langchain core/traces conflict after deploying to aws Langsmith Stream Issues Postgres database size in LangSmith deployment How to use another model in the langsmith Agent Builder UI? Bug: Langsmith Dataset examples wiped from 'latest' Created an awesome agent using the agent builder, what's next? Langsmith API Key in langchain react sdk useStream Help deploying createDeepAgent based agent on LangGraph Cloud Cannot log in to Langsmith EU LangSmith tracing: runs dropped over 20MB + missing image previews after attachment chunking # [Bug/Question] Runtime Context Not Working in Deployed LangSmith Agent - Headers and Config Stripped Langraph State Not Updating Deployment Error: OpenAIEmbedding Attribute Error Clarification on Official Container Images, Supported Python Versions, and the Recommended LangGraph Deployment Path How to reconnect to stream after <class 'httpx.TransportError'> Exceeded maximum SSE reconnection attempts Is it possible to pre-download docling/easyocr ML model on Deployment Dependency Injection/ Singleton management Question: Custom datasets inside LangGraph platform DBs Event stream stalls when using get_stream_writer with long-running async tool Europe Langgraph platform threads stuck Post Identification and Tags
LangGraph Deployment Error: Module Not Found
shawon-majid · 2025-12-05 · via LangChain Forum - Topics tagged cloud

I am getting this error, while deploying project to langgraph.

05/12/2025, 00:10:20

[ERROR] Node.js v20.19.6

05/12/2025, 00:10:20

[ERROR] }

05/12/2025, 00:10:20

[ERROR]   code: 'ERR_MODULE_NOT_FOUND'

05/12/2025, 00:10:20

[ERROR]     at async resolve (file:///api/langgraph_api/js/src/load.hooks.mjs:53:22) {

05/12/2025, 00:10:20

[ERROR]     at async nextResolve (node:internal/modules/esm/hooks:864:22)

05/12/2025, 00:10:20

[ERROR]     at async resolve (file:///usr/lib/node_modules/tsx/dist/esm/index.mjs?1764871820470:2:5355)

05/12/2025, 00:10:20

[ERROR]     at resolveTsPaths (file:///usr/lib/node_modules/tsx/dist/esm/index.mjs?1764871820470:2:4984)

05/12/2025, 00:10:20

[ERROR]     at resolveDirectory (file:///usr/lib/node_modules/tsx/dist/esm/index.mjs?1764871820470:2:4243)

05/12/2025, 00:10:20

[ERROR]     at resolveBase (file:///usr/lib/node_modules/tsx/dist/esm/index.mjs?1764871820470:2:3744)

05/12/2025, 00:10:20

[ERROR]     at nextResolve (node:internal/modules/esm/hooks:864:28)

05/12/2025, 00:10:20

[ERROR]     at defaultResolve (node:internal/modules/esm/resolve:1188:11)

05/12/2025, 00:10:20

[ERROR]     at moduleResolve (node:internal/modules/esm/resolve:946:18)

05/12/2025, 00:10:20

[ERROR]     at packageResolve (node:internal/modules/esm/resolve:873:9)

05/12/2025, 00:10:20

[ERROR] Error [ERR_MODULE_NOT_FOUND]: Cannot find package '@langchain/langgraph' imported from /deps/indigo-nx/apps/assistant-chat/src/assistant/graph.ts

My langgraph.json

{

    "node_version": "20",

"dockerfile_lines": [],

"dependencies": [

"."

    ],

"graphs": {

"assistant": "./src/assistant/graph.ts:assistant"

    },

"env": ".env"

}

and my package.json is the following:

{

  "name": "assistant-chat",

"version": "1.0.0",

"description": "",

"main": "index.js",

"scripts": {

"test": "echo \"Error: no test specified\" && exit 1",

"dev": "pnpm dlx @langchain/langgraph-cli dev"

  },

"keywords": [],

"author": "",

"license": "ISC",

"packageManager": "pnpm@10.19.0",

"dependencies": {

"@langchain/anthropic": "^1.1.3",

"@langchain/core": "^1.1.1",

"@langchain/google-genai": "^2.0.1",

"@langchain/google-vertexai": "^2.0.1",

"@langchain/langgraph": "^1.0.2",

"@langchain/openai": "^1.1.3",

"@langchain/xai": "^1.0.2",

"langchain": "1.1.2",

"mongodb": "^7.0.0",

"zod": "4.1.0"

  }

}

How to resolve this?

it works locally with this command:
pnpm dlx @langchain/langgraph-cli dev

but it’s not getting deployed