Ran into this issue after upgrade to Vagrant version 2.3.0 (Ubuntu 18.04)
$ vagrant up
Vagrant failed to initialize at a very early stage:
There was an error loading a Vagrantfile. The file being loaded
and the error message are shown below. This is usually caused by
an invalid or undefined variable.
Path: /opt/vagrant/embedded/gems/2.3.0/gems/vagrant-2.3.0/plugins/commands/serve/command.rb:24
Line number: 0
Message: uninitialized constant VagrantPlugins::Google::Protobuf
It works well on Vagrant 2.2.19 and previous versions.
Tried plugin versions 2.7.0 and 2.6.0 with the same result.
Ran into this issue after upgrade to Vagrant version 2.3.0 (Ubuntu 18.04)
It works well on Vagrant 2.2.19 and previous versions.
Tried plugin versions 2.7.0 and 2.6.0 with the same result.