ruby - Bundler how to uninstall conflicting dependency -
i'm trying execute vagrant plugin install vagrant-vbguest on mac
productname: mac os x productversion: 10.12.6 buildversion: 16g29 but have error message after that
bundler, underlying system vagrant uses install plugins, reported error. error shown below. these errors caused misconfigured plugin installations or transient network issues. error bundler is:
conflicting dependencies winrm-fs (= 1.0.1) , winrm-fs (= 0.2.3)
activated winrm-fs-0.2.3 not match conflicting dependency (= 1.0.1)conflicting dependency chains: winrm-fs (= 0.2.3), 0.2.3 activated
versus: winrm-fs (= 1.0.1)
gems matching winrm-fs (= 1.0.1): winrm-fs-1.0.1
so question how resolve issue bundler of how install guest plugin in safe manner? other details
vboxmanage --version 5.1.26r117224 vagrant 1.9.7
vagrant_disable_strict_dependency_enforcement=1 vagrant plugin install vagrant-vbguest resolved issue. looks workaround, worked me , seems ok right now.
Comments
Post a Comment