Error [ERR_REQUIRE_ESM]: require() of ES Module #7629
Replies: 5 comments 1 reply
-
Try using node ^20.19.0 as it works on that version of node. However, I think I will just remove the analyzer since it's causing some hang up for users. |
Beta Was this translation helpful? Give feedback.
-
Thank you for your answer. My Node version was v20.15.0. I will try to update it to 20.19.0. |
Beta Was this translation helpful? Give feedback.
-
@danny-avila |
Beta Was this translation helpful? Give feedback.
-
Also removed the analyzer in c517f66 |
Beta Was this translation helpful? Give feedback.
-
The error persists in Node v22.0.0, tested on latest librechat-dev |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
What happened?
Up until last week or so, it was working fine on the main branch, but now when I pull Git, I get the following error when I run
npm run frontend
afternpm ci
.Version Information
f556aae
Steps to Reproduce
git pull
npm ci
npm run frontend
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