llaske / sugarizer-server

Sugarizer Server allow deployment of Sugarizer on a local server, for example on a school server.
Apache License 2.0
42 stars 92 forks source link

Unable to start the docker container server #297

Closed dhwaj1902 closed 2 years ago

dhwaj1902 commented 2 years ago

when I execute the command docker-compose up -d it is showing this error in windows 11 image while the mongo container is running fine.

khareyash05 commented 2 years ago

install node_modules first in the server

NikhilM98 commented 2 years ago

There's no need to install node locally. Follow the steps here to fix the issue: https://github.com/llaske/sugarizer-server/blob/099b6d4da5b9a3241f96a951849dd06114cfd670/docs/install.md

NikhilM98 commented 2 years ago

Basically you need to run sh generate-docker-compose.sh first