问题
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