Hope someone can help me with this, please.
My project (on github https://github.com/irvingswiftj/iceMarkt ) when running composer install seems to work without fail until after the post-update commands are executed. As a result, I get the following error (when adding the -vvv parameter):
Updating the "app/config/parameters.yml" file
Could not open input file: bin/console
Script Sensio\Bundle\DistributionBundle\Composer\ScriptHandler::clearCache handling the post-update-cmd event terminated with an exception
[RuntimeException]
An error occurred when executing the "'cache:clear --no-warmup'" command.
If I look at the directory of my project right now, I can see that bin / console is never created!
source
share