首页
学习
活动
专区
圈层
工具
发布
社区首页 >问答首页 >流浪汉在Windows 10上降级到1.8.4后找不到插件

流浪汉在Windows 10上降级到1.8.4后找不到插件
EN

Stack Overflow用户
提问于 2017-05-30 20:47:25
回答 0查看 909关注 0票数 1

在了解到我安装的Vagrant的最新版本(1.9.x)在我不得不使用的vagrant box上不能很好地工作后,我将Vagrant版本降级到1.8.5,首先卸载Vagrant,然后安装早期版本(1.8.5)。

在那之后,Vagrant变得无法使用。

代码语言:javascript
复制
$ 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不包含任何relevant(C:\HashiCorp\Vagrant\embedded\plugins.json):

代码语言:javascript
复制
{
    "version": "1",
    "installed": {
        "vagrant-share": {
            "ruby_version": "0",
            "vagrant_version": "1.8.5"
        }
    }
}

我还注意到我没有~/.van rant.d目录。有人知道这是怎么回事吗?我又试了几次重新安装流浪汉,每次都是同样的错误。

EN

回答

页面原文内容由Stack Overflow提供。腾讯云小微IT领域专用引擎提供翻译支持
原文链接:

https://stackoverflow.com/questions/44262718

复制
相关文章

相似问题

领券
问题归档专栏文章快讯文章归档关键词归档开发者手册归档开发者手册 Section 归档