localgov
localgov copied to clipboard
Install of drupal/core failed
I'm trying to install using lando on a 16GB Windows 11 machine and while running 'lando composer install' I can't get it to go beyond the install of drupal/core.
I get a variety or errors from Filesystem.php such as:
Could not delete /app/vendor/composer/a96d5802/drupal-core-10e79c6/modules/content_translation/tests/src:
It's not always the same file, but all the errors are to do with it failing to delete something.
I've tried the following:
Ensuring the permissions in the app vendor are correct Giving PHP unlimited memory Giving Composer unlimited time to run
But still I can't get it to perform the install.
Anyone got any suggestions?