Cannot find module 'librechat-data-provider' #7416
Replies: 3 comments 8 replies
-
I've tried manually building the separate components with |
Beta Was this translation helpful? Give feedback.
-
Moved to troubleshooting since it can't be reproduced. This build would also be failing: https://github.com/danny-avila/LibreChat/actions/runs/15056102530/job/42322263146 Try running what the commands do manually. Please note any errors at any step. First, delete all # haven't tested this
for dir in . ./packages/data-provider ./packages/data-schemas ./packages/mcp ./client ./api; do rm -rf "$dir/node_modules"; done then clean cache npm cache clean --force Install packages npm ci Now run each package compile separately. cd packages/data-provider && npm run build
cd packages/mcp && npm run build
cd packages/data-schemas && npm run build
cd client && npm run build |
Beta Was this translation helpful? Give feedback.
-
I've completely remove node and reinstalled as @layrfranca-hotmart suggested and that did not fix it. However, I ran |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
What happened?
I'm following instructions here:
https://www.librechat.ai/docs/local/npm
Expected:
To launch both frontend and backend servers.
Version Information
% git rev-parse HEAD
2a3bf25
Steps to Reproduce
Followed instructions from https://www.librechat.ai/docs/local/npm.
Repro (
Mac Sequoia 15.4.1/Node v20.17.0/npm v11.4.0
):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