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 using the $ vagrant plugin install vagrant-hostsupdater
to install the plugin the following error pops up:
Installing the 'vagrant-hostsupdater' 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 net-ssh (= 4.2.0) and net-ssh (= 4.1.0)
Activated net-ssh-4.1.0
which does not match conflicting dependency (= 4.2.0)
Conflicting dependency chains:
net-ssh (= 4.1.0), 4.1.0 activated
versus:
net-ssh (= 4.2.0)
Gems matching net-ssh (= 4.2.0):
net-ssh-4.2.0
I'm on Windows 10, Vagrant 2.0.2, VirtualBox 5.2.6
The text was updated successfully, but these errors were encountered:
When using the
$ vagrant plugin install vagrant-hostsupdater
to install the plugin the following error pops up:
I'm on Windows 10, Vagrant 2.0.2, VirtualBox 5.2.6
The text was updated successfully, but these errors were encountered: