My containers start successfully but on yesterday’s call, we got some new commands which i thought were meant for setting a test environment on the front end but i encountered an error as attached. Failure to run some commands - Pastebin
1 Like
install node in your system. and then try npm install
on the frontend directory!
1 Like
Did you also run this docker logs Container openelisglobal-webapp --tail 30
. ?
it should be docker logs openelisglobal-webapp --tail 30
. drop the Container
argument
1 Like