frapposelli / vagrant-vcenter

A Vagrant provider for VMware vCenter®
MIT License
106 stars 36 forks source link

cannot load nokogiri after vagrant-vcenter install in windows #13

Closed moreandres closed 9 years ago

moreandres commented 9 years ago

I'm having the following issue, if I uninstall the vagrant-vcenter plugin everything works OK. It seems to be some wrong version/arch dependency and I could not find the issue yet. Still trying :)

> vagrant plugin install vagrant-vcenter
Installing the 'vagrant-vcenter' plugin. This can take a few minutes...
Installed the plugin 'vagrant-vcenter (0.3.0)'!

> vagrant up
Vagrant failed to initialize at a very early stage:

The plugins failed to load properly. The error message given is
shown below.

cannot load such file -- nokogiri/2.0/nokogiri

ruby 2.0.0p451 (2014-02-24) [i386-mingw32] Vagrant 1.6.3

PeterFelber commented 9 years ago

Same issue here, I use Vagrant 1.6.3 with Windows. The linked Issue above is meant to appear for version 1.6.5, right?