Open
Description
When I run this command:
composer install
I get the following output:
- Installing google/apiclient-services (dev-master e049d8c): Downloading (100%)
Failed to download google/apiclient-services from dist: Could not delete /home/vagrant/Code/Project/vendor/google/apiclient-services/.nfs0000000000014fb500000001:
Now trying to download from source
This problem seem to be cause because something, in composer, tries to delete everyfile within the folder. NFS (used to share files accross network), put files with the format .nfsXXX to mark folder to be deleted.
Composer should not attempt to delete these system file AND should wait a couple of microsecond so that the files get correctly delete over network. I tried to change the nfs to be async, but unfortunately didn't work.