emyl / vagrant-triggers

Allow the definition of arbitrary scripts that will run on the host before and/or after Vagrant commands.
MIT License
546 stars 35 forks source link

Critical Failure with Vagrant v1.9.6, v1.9.7 #89

Closed nachopants closed 7 years ago

nachopants commented 7 years ago

vagrant plugin install vagrant-triggers Installing the 'vagrant-triggers' plugin. This can take a few minutes... Bundler, the underlying system Vagrant uses to install plugins, reported an error. The error is shown below. These errors are usually caused by misconfigured plugin installations or transient network issues. The error from Bundler is:

conflicting dependencies rb-fsevent (= 0.9.8) and rb-fsevent (= 0.10.2) Activated rb-fsevent-0.10.2 which does not match conflicting dependency (= 0.9.8)

Conflicting dependency chains: rb-fsevent (= 0.10.2), 0.10.2 activated

versus: rb-fsevent (= 0.9.8)

Gems matching rb-fsevent (= 0.9.8): rb-fsevent-0.9.8

emyl commented 7 years ago

I'm sorry but I can't reproduce the issue:

image

If you have additional details feel free to share. Thanks.