shoebappa / vagrant-meteor-windows

A vagrant provisioner for running Meteor on Windows
73 stars 12 forks source link

Error In Berkshelf #23

Closed dvenske closed 9 years ago

dvenske commented 10 years ago

Got the following error: C:/Users/deane_000/.vagrant.d/gems/gems/vagrant-berkshelf-3.0.1/lib/berkshelf/vagrant/env.rb:12:in initialize': undefined methodopts' for #Vagrant::UI::Colored:0x4e5d318 (NoMethodError) from C:/Users/deane_000/.vagrant.d/gems/gems/vagrant-berkshelf-3.0.1/lib/berkshelf/vagrant/action.rb:56:in new' from C:/Users/deane_000/.vagrant.d/gems/gems/vagrant-berkshelf-3.0.1/lib/berkshelf/vagrant/action.rb:56:inblock in setup' from C:/Users/deane_000/.vagrant.d/gems/gems/vagrant-berkshelf-3.0.1/lib/berkshelf/vagrant/action.rb:55:in tap' from C:/Users/deane_000/.vagrant.d/gems/gems/vagrant-berkshelf-3.0.1/lib/berkshelf/vagrant/action.rb:55:insetup' from C:/Users/deane_000/.vagrant.d/gems/gems/vagrant-berkshelf-3.0.1/lib/berkshelf/vagrant/plugin.rb:15:in provision' from C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.3.5/lib/vagrant/action/runner.rb:37:incall' from C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.3.5/lib/vagrant/action/runner.rb:37:in block (2 levels) in run' from C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.3.5/lib/vagrant/action/runner.rb:36:intap' from C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.3.5/lib/vagrant/action/runner.rb:36:in block in run' from C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.3.5/lib/vagrant/action/runner.rb:35:inmap' from C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.3.5/lib/vagrant/action/runner.rb:35:in run' from C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.3.5/lib/vagrant/machine.rb:147:inaction' from C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.3.5/lib/vagrant/batch_action.rb:63:in `block (2 levels) in run'

I did however resolve using: plugin install vagrant-berkshelf --plugin-version=2.0.1 instead of: vagrant plugin install vagrant-berkshelf --plugin-version ">= 2.0.1"

shoebappa commented 9 years ago

Thanks, I've removed mention of this.