我试图安装 symfony-cmf-standard 使用:
composer.phar create-project symfony-cmf/standard-edition symfony-cmf-standard/ --stability=dev
但我收到以下错误:
Could not open input file: app/console
Script sensio\Bundle\DistributionBundle\Composer\ScriptHandler::clearCache handling the post-install-cmd event terminated with an exception
[RuntimeException]
An error occured when executing the cache:clear --no-warmup
我以管理员身份运行该命令,因此它不应该是权限问题。