Probably some Vagrant file syntax error the line `Vagrant.configure("2") do |config|` I changed to `Vagrant::Config.run do |config|` And now its working.
Probably some Vagrant file syntax error
the line
Vagrant.configure("2") do |config|I changed to
Vagrant::Config.run do |config|And now its working.