Issue with deployment langgraphjs node_version 20 #163

Closed
opened 2026-02-15 17:16:37 -05:00 by yindo · 5 comments
Owner

Originally created by @nikita-wayhq on GitHub (Jan 29, 2025).

Originally assigned to: @dqbd on GitHub.

https://www.loom.com/share/65d4b04917904bc6a6e11f0d5d4d5f3b

Org id: 220b5444-c4d3-4424-bfc0-c1ff544ab011
Workspace id: a011de1a-b884-45de-9ca9-3e361337de1c

(for some reason messages to your support email get bounced)

Originally created by @nikita-wayhq on GitHub (Jan 29, 2025). Originally assigned to: @dqbd on GitHub. https://www.loom.com/share/65d4b04917904bc6a6e11f0d5d4d5f3b Org id: 220b5444-c4d3-4424-bfc0-c1ff544ab011 Workspace id: a011de1a-b884-45de-9ca9-3e361337de1c (for some reason messages to your support email get bounced)
yindo closed this issue 2026-02-15 17:16:37 -05:00
Author
Owner

@jacoblee93 commented on GitHub (Jan 30, 2025):

Hey @nikita-wayhq, can you try setting an engines field in your package.json?

...
"engines": {
  "node": "20"
}
...

CC @dqbd

@jacoblee93 commented on GitHub (Jan 30, 2025): Hey @nikita-wayhq, can you try setting an `engines` field in your `package.json`? ``` ... "engines": { "node": "20" } ... ``` CC @dqbd
Author
Owner

@nikita-wayhq commented on GitHub (Feb 1, 2025):

@jacoblee93 that's exactly what I want to avoid, as I need to have 22+

@nikita-wayhq commented on GitHub (Feb 1, 2025): @jacoblee93 that's exactly what I want to **avoid**, as I need to have 22+
Author
Owner

@jacoblee93 commented on GitHub (Feb 1, 2025):

Not currently supported though we could, CC @dqbd

@jacoblee93 commented on GitHub (Feb 1, 2025): Not currently supported though we could, CC @dqbd
Author
Owner

@santostfred commented on GitHub (Feb 26, 2025):

Hi @jacoblee93, @dqbd.

Do you have plans to support the cloud deployment using Node 22 anytime soon? I also need to use this version.
Although I experienced the same issue reported above, I was able to deploy a local version of my code using "langgraph up" (from the Python framework).

@santostfred commented on GitHub (Feb 26, 2025): Hi @jacoblee93, @dqbd. Do you have plans to support the cloud deployment using Node 22 anytime soon? I also need to use this version. Although I experienced the same issue reported above, I was able to deploy a local version of my code using "langgraph up" (from the Python framework).
Author
Owner

@dqbd commented on GitHub (Mar 17, 2025):

Hello! Node 22.x should be now supported in LangGraph Platform. Just set this in your langgraph.json:

{
  "node_version": "22"
}
@dqbd commented on GitHub (Mar 17, 2025): Hello! Node 22.x should be now supported in LangGraph Platform. Just set this in your `langgraph.json`: ``` { "node_version": "22" } ```
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: langchain-ai/langgraphjs#163