Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Composer fails RuntimeException Could not delete #161

Open
ryanburnette opened this issue Oct 13, 2019 · 1 comment
Open

Composer fails RuntimeException Could not delete #161

ryanburnette opened this issue Oct 13, 2019 · 1 comment

Comments

@ryanburnette
Copy link
Contributor

ryanburnette commented Oct 13, 2019

I am now getting this error anytime I attempt to run composer update in vagrant. This happens in all my projects, including a fresh clone of this project and vagrant up.

    herokuwp: Plugin installation failed, rolling back
    herokuwp:   - Removing composer/installers (v1.7.0)
    herokuwp:                                                                   
    herokuwp:   [RuntimeException]                                              
    herokuwp:   Could not delete /app/vendor/composer/installers/src/Composer:  
macOS 10.14.6 (18G103)
Virtualbox 6.0.12r133076
Vagrant 2.2.5

This could be related.

@ryanburnette
Copy link
Contributor Author

ryanburnette commented Oct 13, 2019

On macOS, switching to NFS will get you working again.

  config.vm.synced_folder ".", "/app", type: "nfs"

@ryanburnette ryanburnette changed the title Composer fails Composer fails RuntimeException Could not delete Oct 13, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant