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
When running vagrant plugin install vagrant-parallels it errors with:
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 logger (= 1.6.0) and logger (= 1.6.1)
Activated logger-1.6.1
which does not match conflicting dependency (= 1.6.0)
Conflicting dependency chains:
logger (= 1.6.1), 1.6.1 activated
versus:
logger (= 1.6.0)
Gems matching logger (= 1.6.0):
logger-1.6.0
The text was updated successfully, but these errors were encountered:
@mikescott Thanks for reporting this, unfortunately, this is not a direct issue of our plugin but of all plugins in Vagrant 2.4.2
see this hashicorp/vagrant#13527
When running
vagrant plugin install vagrant-parallels
it errors with:The text was updated successfully, but these errors were encountered: