jamescarr / nodejs-vagrant

A vagrant box configured for one of my node.js apps
12 stars 5 forks source link

problem with vagrant 1.0 #1

Open francescoagati opened 12 years ago

francescoagati commented 12 years ago

with this commands

git clone git@github.com:jamescarr/nodejs-vagrant.git cd nodejs-vagrant git submodule init && git submodule update vagrant up

/Applications/Vagrant/embedded/gems/gems/vagrant-1.0.0/lib/vagrant/driver/virtualbox.rb:26:in initialize': wrong number of arguments (0 for 1) (ArgumentError) from /Applications/Vagrant/embedded/gems/gems/vagrant-1.0.0/lib/vagrant/vm.rb:136:innew' from /Applications/Vagrant/embedded/gems/gems/vagrant-1.0.0/lib/vagrant/vm.rb:136:in rescue in reload!' from /Applications/Vagrant/embedded/gems/gems/vagrant-1.0.0/lib/vagrant/vm.rb:128:inreload!' from /Applications/Vagrant/embedded/gems/gems/vagrant-1.0.0/lib/vagrant/vm.rb:35:in initialize' from /Applications/Vagrant/embedded/gems/gems/vagrant-1.0.0/lib/vagrant/environment.rb:430:innew' from /Applications/Vagrant/embedded/gems/gems/vagrant-1.0.0/lib/vagrant/environment.rb:430:in block in load_vms!' from /Applications/Vagrant/embedded/gems/gems/vagrant-1.0.0/lib/vagrant/environment.rb:429:ineach' from /Applications/Vagrant/embedded/gems/gems/vagrant-1.0.0/lib/vagrant/environment.rb:429:in load_vms!' from /Applications/Vagrant/embedded/gems/gems/vagrant-1.0.0/lib/vagrant/environment.rb:121:invms' from /Applications/Vagrant/embedded/gems/gems/vagrant-1.0.0/lib/vagrant/environment.rb:154:in multivm?' from /Applications/Vagrant/embedded/gems/gems/vagrant-1.0.0/lib/vagrant/environment.rb:129:invms_ordered' from /Applications/Vagrant/embedded/gems/gems/vagrant-1.0.0/lib/vagrant/command/base.rb:91:in with_target_vms' from /Applications/Vagrant/embedded/gems/gems/vagrant-1.0.0/lib/vagrant/command/up.rb:39:inexecute' from /Applications/Vagrant/embedded/gems/gems/vagrant-1.0.0/lib/vagrant/cli.rb:38:in execute' from /Applications/Vagrant/embedded/gems/gems/vagrant-1.0.0/lib/vagrant/environment.rb:163:incli' from /Applications/Vagrant/embedded/gems/gems/vagrant-1.0.0/bin/vagrant:43:in <top (required)>' from /Applications/Vagrant/bin/../embedded/gems/bin/vagrant:19:inload' from /Applications/Vagrant/bin/../embedded/gems/bin/vagrant:19:in `

'

jamescarr commented 12 years ago

Thanks, I'll update it. I don't think I used 1.0 when I set this up.