sh cross-env: not found #4790
Unanswered
jowin202
asked this question in
Troubleshooting
Replies: 2 comments 1 reply
-
try: # stop running containers
docker compose down
# remove any outdated container images
docker rmi $(docker images | grep librechat | awk '{print $3}')
# get latest code changes
git pull
# pull latest iamges
docker compose pull
# try running
docker compose up |
Beta Was this translation helpful? Give feedback.
1 reply
-
Btw same result in Mac OS X |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
What happened?
Hi,
I did the "usual installation" which I always do on test systems and got following error:
(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
Beta Was this translation helpful? Give feedback.
All reactions