J JustinK3 Bit poster Oct 11, 2018 #1 Trying to install the vagrant plugin gives this error: Unable to resolve dependency: user requested 'vagrant-vbguest (= 0.15.2)'
Trying to install the vagrant plugin gives this error: Unable to resolve dependency: user requested 'vagrant-vbguest (= 0.15.2)'
A AJ@Parallels Oct 11, 2018 #2 JustinK3 said: Trying to install the vagrant plugin gives this error: Unable to resolve dependency: user requested 'vagrant-vbguest (= 0.15.2)' Click to expand... Hello JustinK3, Kindly follow the instructions from this link and check if it helps.
JustinK3 said: Trying to install the vagrant plugin gives this error: Unable to resolve dependency: user requested 'vagrant-vbguest (= 0.15.2)' Click to expand... Hello JustinK3, Kindly follow the instructions from this link and check if it helps.
B bbaassssiiee Bit poster Nov 2, 2018 #3 vagrant-vbguest is for VirtualBox, not for parallels. It might be in your Vagrantfile because it is very common. You can work around it by enclosing a conditional: if Vagrant.has_plugin?("vagrant-vbguest") config.vbguest.auto_update = false end
vagrant-vbguest is for VirtualBox, not for parallels. It might be in your Vagrantfile because it is very common. You can work around it by enclosing a conditional: if Vagrant.has_plugin?("vagrant-vbguest") config.vbguest.auto_update = false end