johnpbloch / wordpress

A fork of WordPress with Composer support added. Branches, tags, and trunk synced from upstream every 15 minutes.
https://packagist.org/packages/johnpbloch/wordpress
602 stars 102 forks source link

Can’t install if wp-content/uploads in not empty #57

Open JalilArfaoui opened 1 year ago

JalilArfaoui commented 1 year ago

Trying to run composer install on an existing project gives error and fails :

In Filesystem.php line 314:
Could not delete wordpress/wp-content/uploads: 
Error: composer.phar install failed. Please check the lines above to find out why

I would expect that an existing uploads folder should be OK and not prevent the whole app from installing …