beetbox icon indicating copy to clipboard operation
beetbox copied to clipboard

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

Open maykino opened this issue 8 years ago • 2 comments

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

maykino avatar Nov 20 '17 22:11 maykino

same issue as this: #442

rwitchell avatar Mar 19 '18 16:03 rwitchell

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.

rwitchell avatar Mar 19 '18 16:03 rwitchell