mirror of
https://github.com/langchain-ai/langgraphjs-api.git
synced 2026-07-19 13:25:54 -04:00
TypeError: Could not convert argument of type symbol to string. #1
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @ibbybuilds on GitHub (Mar 26, 2025).
OS: Windows 11
When starting Langgraph server through this command
$ npx @langchain/langgraph-cli@latest devI get this error:
This is happening for
threadspath likeWhereas other paths are working fine:
@dqbd commented on GitHub (Mar 28, 2025):
Hello! Would it be possible to share the version of NodeJS?
@ibbybuilds commented on GitHub (Mar 28, 2025):
@dqbd It was certainly a node version issue converting to
v20.9.0solved the issue for me.