Error: Cannot find module 'langchain/memory' #9654
Unanswered
mattmueller-stripe
asked this question in
Troubleshooting
Replies: 2 comments 1 reply
-
I was able to fix this with the following:
|
Beta Was this translation helpful? Give feedback.
0 replies
-
Not seeing this with the officially built images or building the Dockerfile.multi image myself, both on arm64 and x86_64. This could happen as a result of merging package-lock files if you had changes from previously running npm install. Try doing a clean build with docker compose build --no-cache to ensure you're starting fresh without any cached layers that might have incomplete dependencies. Also on a branch (like |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
What happened?
Getting the following error while trying to bump up to
v0.8.0-rc4
and run theDockerfile.multi
container.Seems like it's missing an NPM install somewhere.
Version Information
Steps to Reproduce
Should be reproducible by running
docker compose -f docker-compose.yml up --build
What browsers are you seeing the problem on?
No response
Relevant log output
Screenshots
No response
Code of Conduct
Beta Was this translation helpful? Give feedback.
All reactions