You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The default installation fails at the docker-compose build stage with the error:
simcity_commonsense_1 | [12:26:55] Local gulp not found in ~
simcity_commonsense_1 | [12:26:55] Try running: npm install gulp
simcity_commonsense_1 | ./start.sh: 2: cd: can't cd to /home/simcity/simcity/sim-city-cs
simcity_commonsense_1 | [12:26:57] Local gulp not found in ~
simcity_commonsense_1 | [12:26:57] Try running: npm install gulp
simcity_commonsense_1 | ./start.sh: 2: cd: can't cd to /home/simcity/simcity/sim-city-cs
The workaround so far was to run:
docker-compose -f docker-compose-demo.yml up --build
The default installation fails at the docker-compose build stage with the error:
simcity_commonsense_1 | [12:26:55] Local gulp not found in ~
simcity_commonsense_1 | [12:26:55] Try running: npm install gulp
simcity_commonsense_1 | ./start.sh: 2: cd: can't cd to /home/simcity/simcity/sim-city-cs
simcity_commonsense_1 | [12:26:57] Local gulp not found in ~
simcity_commonsense_1 | [12:26:57] Try running: npm install gulp
simcity_commonsense_1 | ./start.sh: 2: cd: can't cd to /home/simcity/simcity/sim-city-cs
The workaround so far was to run:
docker-compose -f docker-compose-demo.yml up --build
@eriktks had first encountered this problem.
The text was updated successfully, but these errors were encountered: