Could not find gem 'vagrant-triggers;vagrant (>= 0) x86-mingw32' in any of the gem sources listed in your Gemfile or available on this machine

百般思念 提交于 2019-12-13 02:30:14

问题


Encountering this issue using Vagrant on Windows 7. Anyone seen this before?


回答1:


I got similar error under window10 during a 'vagrant up' command execution
after a 'vagrant init joomlatools/box'

By checking folder %Vagrand install folder%\embedded\gems\gems (for my installation this is C:\Vagrant\embedded\gems\gems) there were no vagrant-triggers subfolder inside.

So I just forced installtion of that plugin manually through command:

vagrant plugin install vagrant-triggers

It installs the plugin,

Then you can issue again a 'vangrant up' that hopefully will not bug !



来源:https://stackoverflow.com/questions/33595579/could-not-find-gem-vagrant-triggersvagrant-0-x86-mingw32-in-any-of-the-g

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!