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 trialJames Hibbeard
PHP Development Techdegree Student 13,905 PointsWhen i finish changing everything in the .yaml file and then run vagrant up i get the following error message.
The host path of the shared folder is missing: ~/Homestead/Projects
Has anyone received this error if so how do I resolve it,
3 Answers
Andrew Shook
31,709 PointsIt looks like vagrant is unable to find the folder in the location you gave it. Double check that your Homestead folder is located in the root directory on your computer.
James Hibbeard
PHP Development Techdegree Student 13,905 PointsThanks, yes its located in my root directory but still no luck
Arismel Villegas
237 PointsTry this on your Homestead.yaml file
folders:
- map: /Users/Your User/Homestead/Projects
to: /home/vagrant/Sites
Good Luck!