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 trial

PHP

Aaron HARPT
Aaron HARPT
19,845 Points

laravel homestead

I am having an issue when running vagrant up when trying to install laravel homestead. The error that I get is:

Vagrant found a port collision for the specified port and virtual machine. While this port was marked to be auto-corrected, the ports in the auto-correction range are all also used.

VM: default Forwarded port: 443 => 44300

1 Answer

i had the same issue i tried only by sudoing the command like this " sudo vagrant up " and it worked for me

and i've heard that also by typing sudo vagrant provision also works

hope one of these options help you

Aaron HARPT
Aaron HARPT
19,845 Points

That appears to have fixed that issue.

Perfect ! glad it helped you