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

conflicting dependencies childprocess (= 0.5.9) and childprocess (= 0.6.3) #77

Open
ashleywarner opened this issue Jul 24, 2017 · 1 comment

Comments

@ashleywarner
Copy link

ashleywarner commented Jul 24, 2017

I have macOS 10.12.6, which i have just updated to. and when i try to install, i get the following error:

Bundler, the underlying system Vagrant uses to install plugins,
reported an error. The error is shown below. These errors are usually
caused by misconfigured plugin installations or transient network
issues. The error from Bundler is:

conflicting dependencies childprocess (= 0.5.9) and childprocess (= 0.6.3)
  Activated childprocess-0.6.3
  which does not match conflicting dependency (= 0.5.9)

  Conflicting dependency chains:
    childprocess (= 0.6.3), 0.6.3 activated

  versus:
    childprocess (= 0.5.9)

  Gems matching childprocess (= 0.5.9):
    childprocess-0.5.9```
@arvinpan
Copy link

Recently, I met the same issue after upgraded my VirtualBox and Vagrant version to the latest (5.2.6 & 2.0.1). And solve it after doing a clean install of Vagrant as well as plugins.

  • uninstall vagrant
  • remove .vagrant.d, Hashcrop folder (eg. C:/Hashcrop for windows), be careful about data loss!!!
  • install the latest vagrant
  • install this plugin and worked

FYI.

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

2 participants