You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
With vagrant 2.2.7, I get this error when I execute vagrant plugin install vagrant-vsphere:
Installing the 'vagrant-vsphere' plugin. This can take a few minutes...
Vagrant failed to properly resolve required dependencies. These
errors can commonly be caused by misconfigured plugin installations
or transient network issues. The reported error is:
conflicting dependencies i18n (~> 0.6.4) and i18n (= 1.8.2)
Activated i18n-1.8.2
which does not match conflicting dependency (~> 0.6.4)
Conflicting dependency chains:
i18n (= 1.8.2), 1.8.2 activated
versus:
vagrant-vsphere (> 0), 0.5.0 activated, depends on
i18n (~> 0.6.4)
After downgrade to version 2.2.6, I can install the plugin.
With vagrant 2.2.7, I get this error when I execute
vagrant plugin install vagrant-vsphere
:After downgrade to version 2.2.6, I can install the plugin.
This issue is very similar to issue #271 .
The text was updated successfully, but these errors were encountered: