Open brianliou opened 11 years ago
Hi I am getting the error
The box 'base' could not be found when trying to vagrant up. Not sure whats wrong.
Thanks,
Brian
My guess is that you vagrant init without specifying the box. Try to rm Vagrantfile, then vagrant init raring, and vagrant up again.
vagrant init
rm Vagrantfile
vagrant init raring
vagrant up
Hi I am getting the error
The box 'base' could not be found when trying to vagrant up. Not sure whats wrong.
Thanks,
Brian