beetboxvm / beetbox

Pre-provisioned L*MP stack
http://beetbox.rtfd.org
92 stars 19 forks source link

Failed to remove directory "/var/beetbox/var/cache/de~/twig #458

Open maykino opened 6 years ago

maykino commented 6 years ago

Problem/Motivation

composer install

Expected behaviour

Finish successfully

Actual behaviour

Error thrown while running command "--ansi cache:clear --no-warmup". Mes sage: "Failed to remove directory "/var/beetbox/var/cache/de~/twig": ." ["error" => Symfony\Component \Filesystem\Exception\IOException { …},"command" => "--ansi cache:clear --no-warmup","message" => "Fa iled to remove directory "/var/beetbox/var/cache/de~/twig": ."] []

[Symfony\Component\Filesystem\Exception\IOException]
Failed to remove directory "/var/beetbox/var/cache/de~/twig": .

Steps to reproduce

composer install

Proposed changes

screen shot 2017-11-20 at 2 16 44 pm
rwitchell commented 6 years ago

same issue as this: #442

rwitchell commented 6 years ago

workaround: delete the whole 'cache' folder on your host machine, which will then sync and delete on the guest. Run composer install again on the guest.