私がインストールしたVagrantの最新バージョン(1.9.x)が、使用しなければならない悪影響ボックス、私はVagrantをアンインストールし、以前のバージョン(1.8.5)をインストールすることで、Vagrantのバージョンを1.8.5にダウングレードしました。Windows 10上で1.8.4にダウングレードした後にVagrantがプラグインを見つけられない
その後、バグランは使用できなくなりました。
$ 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
を実行した後、同じエラーが発生します。私も、私は〜/ .vagrant.dディレクトリを持っていないことに気づい
{
"version": "1",
"installed": {
"vagrant-share": {
"ruby_version": "0",
"vagrant_version": "1.8.5"
}
}
}
:plugins.jsonは何も関連する(:\ HashiCorp \ベイグラント\組み込みの\ plugins.json C)が含まれていません。誰が何が起こっているか知っていますか?私は2回以上の間違いを取り除いてみましたが、毎回同じエラーになります。