danny-avila / LibreChat

Enhanced ChatGPT Clone: Features Anthropic, AWS, OpenAI, Assistants API, Azure, Groq, o1, GPT-4o, Mistral, OpenRouter, Vertex AI, Gemini, Artifacts, AI model switching, message search, langchain, DALL-E-3, ChatGPT Plugins, OpenAI Functions, Secure Multi-User System, Presets, completely open-source for self-hosting. Actively in public development.
https://librechat.ai/
MIT License
19.33k stars 3.23k forks source link

[Bug]: sh cross-env: not found #4788

Closed jowin202 closed 13 hours ago

jowin202 commented 17 hours ago

What happened?

Hi, I did the "usual installation" which I always do on test systems and got following error:

> LibreChat@v0.7.5. backend
> cross-env NODE_ENV=production node api/server/index.js

sh: cross-env: not found

(i typed the message from the screenshot in case of typos)

Steps to Reproduce

git clone https://github.com/danny-avila/LibreChat.git prepare .env, docker-compose.override.yaml, librechat.yaml in docker-compose.override file, I use the options for librechat config file and local build.

everything else is the same as in the repo after docker-compose up, I got the cross-env: not found

What browsers are you seeing the problem on?

No response

Relevant log output

see error message above

Screenshots

basically the given error message

Code of Conduct