You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm trying to use langgraph and moving from langchain chat models, I follow the quick tutorial but immediately got this error, I'm working in Next JS and yarn for package installer.
What I've done?:
Remove node_modules and yarn install again
Update to the latest version of @langchain/core @lanchain/community @langgraph
Checked the @langchain\core\package.json and found no /runnables/graph in there
⨯ ./node_modules/@langchain/langgraph/dist/graph/graph.js:3:1
Module not found: Package path ./runnables/graph is not exported from package \node_modules\@langchain\core
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Checked other resources
Commit to Help
Example Code
Description
I'm trying to use langgraph and moving from langchain chat models, I follow the quick tutorial but immediately got this error, I'm working in Next JS and yarn for package installer.
What I've done?:
System Info
Here's my package version that I'm using
"@langchain/community": "^0.3.14",
"@langchain/core": "^0.3.43",
"@langchain/groq": "^0.0.13",
"@langchain/langgraph": "^0.2.20",
Error log
Beta Was this translation helpful? Give feedback.
All reactions