i tried of solutions error when trying vagrant up still didn't fix issue. appreciated
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
Post a Comment