Welcome to the Treehouse Community
Want to collaborate on code errors? Have bugs you need feedback on? Looking for an extra set of eyes on your latest project? Get support with fellow developers, designers, and programmers of all backgrounds and skill levels here with the Treehouse Community! While you're at it, check out some resources Treehouse students have shared here.
Looking to learn something new?
Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and join thousands of Treehouse students and alumni in the community today.
Start your free trialibbhfsmeaf
4,568 Pointsvagrant up error: *A box must be specified
After running the vagrant up command in the terminal, I received this error:
There are errors in the configuration of this machine. Please fix the following errors and try again:
vm:
* A box must be specified.
3 Answers
ibbhfsmeaf
4,568 PointsThanks for the link!
Michalis Efstathiou
Courses Plus Student 4,638 Pointsyou need to be located into your homestead directory when you run vagrant up
homestead is your vagrant box
ibbhfsmeaf
4,568 PointsThanks for your answer.
I actually had an error. The Laravel course is rather dated, and with the new updates in the docs, following the videos steps wasn't enough. There was one or two steps left out, which I found by simply following the docs as opposed to the videos.
I'm up and running now.
Thanks again.
Michalis Efstathiou
Courses Plus Student 4,638 Pointsno worries, glad you are all set
check this out, been using this the last month and have fallen in love with this site
Victoria Felice
14,760 PointsLansana Camara: Could you post your solution? What are those steps that were left out? Thank you.
P.S. I ran "bash init.sh" from Homestead directory as per docs and it looks like everything is working now...