Ich bin am Verzweifeln

ich versuche Contao per console auf einer virtuellen Maschine die ich mit vagrant installiert habe zum laufen zu bringen... Leider bleibt es beim versuch:

Wenn ich den Befehl "composer create-project contao/managed-edition demo3" ausführe, bricht dieser mit folgender Fehlermeldung ab:

Code:
 - Locking zendframework/zend-code (3.4.1)
  - Locking zendframework/zend-eventmanager (3.2.1)
Writing lock file
Installing dependencies from lock file (including require-dev)
Package operations: 173 installs, 0 updates, 0 removals
  - Installing contao-components/installer (1.4.1): Extracting archive
Plugin initialization failed (include(/var/www/public/demo3/vendor/contao-components/installer/src/Composer/Plugin.php): failed to open stream: No such file or directory), uninstalling plugin
  - Removing contao-components/installer (1.4.1)
    Install of contao-components/installer failed


  [RuntimeException]
  Could not delete /var/www/public/demo3/vendor/contao-components/installer/.github:
Im Vagrantfile steht:
Code:
config.vm.synced_folder "./", "/var/www", id: "vagrant-root", :nfs => false, :mount_options => ['dmode=777', 'fmode=777']
ph.ini habe ich auch geändert:
Code:
file_uploads = On
allow_url_fopen = On
max_execution_time = 180
memory_limit = 256M
cgi.fix_pathinfo = 0
post_max_size = 20M
upload_max_filesize = 100M
und ich installiere folgende php-Erweiterungen
Code:
sudo apt-get install -y -f php7.3 php7.3-cli php7.3-fpm php7.3-common php7.3-mbstring php7.3-gd php7.3-curl php7.3-intl php7.3-xml php7.3-mysql php7.3-zip php7.3-json php7.3-soap php7.3-xmlrpc php7.3-xsl
Ich verbringe jetzt 2 Tage damit

Bitte helft mir!