shoebappa / vagrant-meteor-windows

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

Unknown configuration section 'berkshelf'. #11

Closed jimmack1963 closed 10 years ago

jimmack1963 commented 10 years ago

Windows 7 home premium sp 1. Installing vagrant for first time. Have also meteor installed using the 'native' method from http://win.meteor.com/

Thanks for your time!

$ vagrant plugin install vagrant-berkshelf
Installing the 'vagrant-berkshelf' plugin. This can take a few minutes...
Installed the plugin 'vagrant-berkshelf (1.3.7)'!

closed and reopened shell, just in case!

jim@JIM-HP /c/vagrant/meteor (master)
$ vagrant up
Failed to load the "vagrant-berkshelf" plugin. View logs for more details.
Bringing machine 'default' up with 'virtualbox' provider...
There are errors in the configuration of this machine. Please fix
the following errors and try again:

Vagrant:
* Unknown configuration section 'berkshelf'.

Shutdown completed cleanly

Don't know where to find the log mentioned above; is not in folder.

I don't find anything as poined out in this thread: https://github.com/berkshelf/vagrant-berkshelf/issues/35

shoebappa commented 10 years ago

I've posted some updates that explicitly require some plugins. Try the latest. Note I also updated the Linux version, so I don't think that should cause any problems.

Also note that a change in Vagrant now requires that you use vagrant up --provision instead of just vagrant up.