kusnier / vagrant-persistent-storage

A Vagrant plugin that creates a persistent storage and attaches it to guest machine.
MIT License
292 stars 68 forks source link

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

Open ashleywarner opened 7 years ago

ashleywarner commented 7 years ago

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 commented 6 years ago

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.

FYI.