shoebappa / vagrant-meteor-windows

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

vagrant up --provision Error #19

Closed rootedsoftware closed 10 years ago

rootedsoftware commented 10 years ago

When I run vagrant up --provision I get this;

c:\Vagrant\meteor>vagrant up --provision
Vagrant.require_plugin is deprecated and has no effect any longer.
Use `vagrant plugin` commands to manage plugins. This warning will
be removed in the next version of Vagrant.
Vagrant.require_plugin is deprecated and has no effect any longer.
Use `vagrant plugin` commands to manage plugins. This warning will
be removed in the next version of Vagrant.
Vagrant.require_plugin is deprecated and has no effect any longer.
Use `vagrant plugin` commands to manage plugins. This warning will
be removed in the next version of Vagrant.
Bringing machine 'default' up with 'virtualbox' provider...
C:/Users/Josh/.vagrant.d/gems/gems/vagrant-berkshelf-1.3.7/lib/berkshelf/vagrant
/env.rb:18:in `initialize': undefined method `scope' for #<Vagrant::UI::Colored:
0x74a9378> (NoMethodError)
        from C:/Users/Josh/.vagrant.d/gems/gems/vagrant-berkshelf-1.3.7/lib/berk
shelf/vagrant/action.rb:54:in `new'
        from C:/Users/Josh/.vagrant.d/gems/gems/vagrant-berkshelf-1.3.7/lib/berk
shelf/vagrant/action.rb:54:in `block in setup'
        from C:/Users/Josh/.vagrant.d/gems/gems/vagrant-berkshelf-1.3.7/lib/berk
shelf/vagrant/action.rb:53:in `tap'
        from C:/Users/Josh/.vagrant.d/gems/gems/vagrant-berkshelf-1.3.7/lib/berk
shelf/vagrant/action.rb:53:in `setup'
        from C:/Users/Josh/.vagrant.d/gems/gems/vagrant-berkshelf-1.3.7/lib/berk
shelf/vagrant/plugin.rb:15:in `provision'
        from C:/Vagrant/embedded/gems/gems/vagrant-1.5.4/lib/vagrant/action/runn
er.rb:45:in `call'
        from C:/Vagrant/embedded/gems/gems/vagrant-1.5.4/lib/vagrant/action/runn
er.rb:45:in `block (2 levels) in run'
        from C:/Vagrant/embedded/gems/gems/vagrant-1.5.4/lib/vagrant/action/runn
er.rb:44:in `tap'
        from C:/Vagrant/embedded/gems/gems/vagrant-1.5.4/lib/vagrant/action/runn
er.rb:44:in `block in run'
        from C:/Vagrant/embedded/gems/gems/vagrant-1.5.4/lib/vagrant/action/runn
er.rb:43:in `map'
        from C:/Vagrant/embedded/gems/gems/vagrant-1.5.4/lib/vagrant/action/runn
er.rb:43:in `run'
        from C:/Vagrant/embedded/gems/gems/vagrant-1.5.4/lib/vagrant/machine.rb:
157:in `action'
        from C:/Vagrant/embedded/gems/gems/vagrant-1.5.4/lib/vagrant/batch_actio
n.rb:72:in `block (2 levels) in run'
        from C:/Users/Josh/.vagrant.d/gems/gems/logging-1.8.2/lib/logging/diagno
stic_context.rb:323:in `call'
        from C:/Users/Josh/.vagrant.d/gems/gems/logging-1.8.2/lib/logging/diagno
stic_context.rb:323:in `block in create_with_logging_context'
rootedsoftware commented 10 years ago

Resolved by uninstalling vagrant 1.5.4 and installing vagrant 1.4.3 http://www.vagrantup.com/download-archive/v1.4.3.html

Please link directly to this instead of your existing link. I've also done a pull request for this.