Reputation: 13
Encountering this issue using Vagrant on Windows 7. Anyone seen this before?
Upvotes: 1
Views: 1088
Reputation: 566
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 !
Upvotes: 2