Vagrant 流浪汉可以';在Windows 10上降级到1.8.4后找不到插件

Vagrant 流浪汉可以';在Windows 10上降级到1.8.4后找不到插件,vagrant,vagrant-windows,Vagrant,Vagrant Windows,在得知我安装的最新版本的Vagrant(1.9.x)与我必须使用的Vagrant box不兼容后,我将Vagrant版本降级为1.8.5,首先卸载Vagrant,然后安装早期版本(1.8.5) 从那以后,流浪汉就无法使用了 $ vagrant up Bundler, the underlying system used to manage Vagrant plugins, is reporting that a plugin or its dependency can't be found. T

在得知我安装的最新版本的Vagrant(1.9.x)与我必须使用的Vagrant box不兼容后,我将Vagrant版本降级为1.8.5,首先卸载Vagrant,然后安装早期版本(1.8.5)

从那以后,流浪汉就无法使用了

$ vagrant up
Bundler, the underlying system used to manage Vagrant plugins,
is reporting that a plugin or its dependency can't be found.
This is usually caused by manual tampering with the 'plugins.json'
file in the Vagrant home directory. To fix this error, please
remove that file and reinstall all your plugins using `vagrant
plugin install`.
C:/HashiCorp/Vagrant/embedded/gems/gems/bundler1.12.5/lib/bundler/resolver.rb:356:in block in verify_gemfile_dependencies_are_found!': Could not find gem 'vagrant-vbguest x86-mingw32' in any of the gem sources listed in your Gemfile or available on this machine. (Bundler::GemNotFound)`
在我按照建议运行了
vagrant plugin install
之后,我得到了相同的错误。plugins.json不包含任何相关内容(C:\HashiCorp\Vagrant\embedded\plugins.json):


我还注意到我没有~/.vagrant.d目录。有人知道发生了什么事吗?我多次尝试重新安装vagrant,每次都是相同的错误。

我从vagrant 2.0.0升级到vagrant 1.8.7,遇到了相同的问题

我删除了文件C:\Users\.vagrant.d\plugins.json

然后运行命令:vagrant plugin install gems


这解决了问题。

这个,这个,1000倍这个。
{
    "version": "1",
    "installed": {
        "vagrant-share": {
            "ruby_version": "0",
            "vagrant_version": "1.8.5"
        }
    }
}