Bundler how to uninstall conflicting dependency

前端 未结 2 1835
醉酒成梦
醉酒成梦 2021-01-15 23:23

I\'m trying to execute vagrant plugin install vagrant-vbguest on my Mac

ProductName:    Mac OS X
ProductVersion: 10.12.6
BuildVersion:   16G29
<         


        
2条回答
  •  滥情空心
    2021-01-15 23:43

    VAGRANT_DISABLE_STRICT_DEPENDENCY_ENFORCEMENT=1 vagrant plugin install vagrant-vbguest resolved the issue. Looks like workaround, but it worked for me and everything seems ok right now.

提交回复
热议问题