-
Notifications
You must be signed in to change notification settings - Fork 16
Issue with Langgraph CLI version 0.0.15 and above on Windows #69
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
cc @dqbd |
@KeenanFernandes2000 Thanks for reporting - can you please share a bit more detail about what steps you're taking to trigger the error that you're seeing? What CLI commands are you running? Does it behave this way on any project in your environment, or only specific ones? If specific ones, what is unique about those projects? |
Hmm, it's a bit strange that 0.0.14 works but 0.0.17 doesn't. @dqbd would know better than me, but when I do a We unforunately don't have version tags, but I found the commit hashes - here's the full command:
|
@KeenanFernandes2000 given my previous comment, has anything changed on your end, e.g. |
Hello @KeenanFernandes2000! We're now using the |
I have been using the Langgraph CLI since my issue got resolved in version 0.0.10.
I decided to use the latest version of it being 0.0.17 and it throws an error that doesn't have anything to do with my graphs in particular. I manually tested each version backwards and found this error all the way back from version 0.0.15.
I am using version 0.0.14 which works perfectly, but wanted to bring this to the devs attention.
Error:
.../AppData/Local/npm-cache/_npx/67c725d45ea9c1da/node_modules/@langchain/langgraph-api/dist/stream.mjs:3
import { Command, Send, } from "@langchain/langgraph";
^^^^^^^
SyntaxError: The requested module '@langchain/langgraph' does not provide an export named 'Command'
at ModuleJob._instantiate (node:internal/modules/esm/module_job:146:21)
at async ModuleJob.run (node:internal/modules/esm/module_job:229:5)
at async ModuleLoader.import (node:internal/modules/esm/loader:473:24)
at async asyncRunEntryPointWithESMLoader (node:internal/modules/run_main:123:5)
Node.js v20.18.0
The text was updated successfully, but these errors were encountered: