Getting LibreChat running locally #8660
-
What happened?First of all, thanks for creating this project! I'm following the development docs But getting stuck on
With the following error:
Any ideas? Thanks! Version InformationAlso tried a few version of Node
Steps to Reproduce
What browsers are you seeing the problem on?No response Relevant log outputSee logs above ScreenshotsNo response Code of Conduct
|
Beta Was this translation helpful? Give feedback.
Replies: 5 comments 5 replies
-
Same here! |
Beta Was this translation helpful? Give feedback.
-
On v20.19.4, try running |
Beta Was this translation helpful? Give feedback.
-
MacOS Sequoia 15.5, encountering the same issue. Ran initially on node 20.19.2 but switched to 20.19.4 and still encountering the same issue. npm run reinstall causes the same error. |
Beta Was this translation helpful? Give feedback.
-
Same here! Found workaround:
|
Beta Was this translation helpful? Give feedback.
-
Thanks everyone! |
Beta Was this translation helpful? Give feedback.
MONGOMS_ARCH=x64 npm ci
worked for me on M1 Mac!Thanks everyone!