prooph / proophessor-do-symfony

Symfony version of proophessor-do CQRS + Event Sourcing example app
http://getprooph.org/
Other
170 stars 52 forks source link

Error related to make during install #28

Open darrylhein opened 6 years ago

darrylhein commented 6 years ago

I'm trying to setup the docker version, but I get the following when running:

 docker run --rm -it --volume $(pwd):/app prooph/composer:7.1 install -o --prefer-dist

I get the following:

 [KO] Script make cache-warmup returned with error code 127 
 !! sh: make: not found 
 !!

Continuing to follow the docker instructions it does seem to work.

I'm on Mac OS 10.13.4. I have installed Xcode & additional tools.

From what I can find, it's can't find make. When I do which make I get /usr/bin/make so apparently make is installed.

codeliner commented 6 years ago

sorry for the late response. I simply ignored the error. It's symfony flex related or something like that, but caching is not needed for the demo to function. Maybe the docker container needs to be aligned to avoid the issue but not sure if it is worth the effort.