We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
When make is not installed command composer create-project "symfony/skeleton:^3.3" demo fails:
make
composer create-project "symfony/skeleton:^3.3" demo
Executing script make cache-warmup [KO] [KO] Script make cache-warmup returned with error code 127 !! sh: 1: !! make: not found
Shell script should check if make is installed before executing it.
The text was updated successfully, but these errors were encountered:
Is this still an issue after #184?
Sorry, something went wrong.
Merge pull request symfony#154 from symfony/final-kernel
9dd224d
No branches or pull requests
When
make
is not installed commandcomposer create-project "symfony/skeleton:^3.3" demo
fails:Shell script should check if
make
is installed before executing it.The text was updated successfully, but these errors were encountered: