Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error related to make during install #28

Open
darrylhein opened this issue May 15, 2018 · 1 comment
Open

Error related to make during install #28

darrylhein opened this issue May 15, 2018 · 1 comment

Comments

@darrylhein
Copy link
Contributor

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
Copy link
Member

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants