Does not support Vagrant 2.0.1
Closed this issue · 2 comments
navarr commented
Installing the 'vagrant-winnfsd' plugin. This can take a few minutes...
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 vagrant (= 2.0.0) and vagrant (= 2.0.1)
Activated vagrant-2.0.1
which does not match conflicting dependency (= 2.0.0)
Conflicting dependency chains:
vagrant (= 2.0.1), 2.0.1 activated
versus:
vagrant (= 2.0.0)
Gems matching vagrant (= 2.0.0):
vagrant-2.0.0
navarr commented
Environmental issue caused by somehow having multiple Vagrant version metadata.
LorenzoRamalho commented
How did you manage to solve it @navarr ? I'm having the same issue when updating from Vagrant 1.9.5 to 2.0.1
OS: Windows 10
EDIT: used VAGRANT_DISABLE_STRICT_DEPENDENCY_ENFORCEMENT=1 vagrant plugin install vagrant-winnfsd
and it installed correctly