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

Net::HTTPNotFound: No gems found matching "vagrant-vmware-workstation" "3.1.0" nil #32

Closed kuzyn closed 9 years ago

kuzyn commented 9 years ago

OSX10.9.5 Vagrant 1.6.5 Vbox 4.3.20

I'm still unsure if this is a Vagrant or ruby issue, but when I try to install through

vagrant plugin install vagrant-triggers

I get

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:

Net::HTTPNotFound: No gems found matching "vagrant-vmware-workstation" "3.1.0" nil

But I've managed to install using

gem install --install-dir ~/.vagrant.d/gems vagrant-triggers -v '0.4.2'
emyl commented 9 years ago

Hello,

It looks like your vagrant installation might be faulty.

Could you uninstall vagrant, remove ~/.vagrant.d and try again?

kuzyn commented 9 years ago

Yep, after uninstalling and removing the dir then reinstalling vagrant, the plugin did install as it expected. Maybe it had to do with the order I installed vagrant/vmbox? In any case, thanks

On Wed, Nov 26, 2014 at 3:37 AM, Emiliano Ticci notifications@github.com wrote:

Hello,

It looks like your vagrant installation might be faulty.

Could you uninstall vagrant, remove ~/.vagrant.d and try again?

— Reply to this email directly or view it on GitHub https://github.com/emyl/vagrant-triggers/issues/32#issuecomment-64530353 .

emyl commented 9 years ago

It's difficult to say... :confused: thanks for the feedback.