Getting errors when runnnng vagrant up -


i tried of solutions error when trying vagrant up still didn't fix issue. appreciated

enter image description here

first time, have done vagrant init created vagrantfile non-existent box named 'base'

you can remove vagrantfile , recreate using vagrant init hashicorp/precise32

or can edit existing vagrantfile:

vagrant.configure("2") |config|   ...   config.vm.box = "hashicorp/precise32"   ... end 

Comments