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 Laravel 4 Basics Getting Started with Laravel Installing Laravel Homestead

I can't vagrant up -> The box you're attempting to add has no available version that matches the constraints you request

Whe I try to "vragrant up", I get the following message. Has anyone and idea how to solve this ?

Thanks

Bringing machine 'homestead-7' up with 'virtualbox' provider... ==> homestead-7: Box 'laravel/homestead' could not be found. Attempting to find and install... homestead-7: Box Provider: virtualbox homestead-7: Box Version: >= 2.0.0 ==> homestead-7: Loading metadata for box 'laravel/homestead' homestead-7: URL: https://atlas.hashicorp.com/laravel/homestead The box you're attempting to add has no available version that matches the constraints you requested. Please double-check your settings. Also verify that if you specified version constraints, that the provider you wish to use is available for these constraints.

Box: laravel/homestead Address: https://atlas.hashicorp.com/laravel/homestead Constraints: >= 2.0.0 Available versions: 0.1.0, 0.1.1, 0.1.2, 0.1.3, 0.1.4, 0.1.5, 0.1.6, 0.1.7, 0.1.8, 0.1.9, 0.2.0, 0.2.1, 0.2.2, 0.2.4, 0.2.5, 0.2.6, 0.2.7, 0.3.0, 0.3.3, 0.4.0, 0.4.1, 0.4.2, 0.4.4, 0.5.0, 0.6.0, 0.6.1, 1.0.0, 1.0.1, 1.1.0

1 Answer

Chris Olin
Chris Olin
14,435 Points

The box you're attempting to add has no available version that matches the constraints you requested. Please double-check your settings.

Vagrant is requesting a version of the 'laravel/homestead' box which did not exist at https://atlas.hashicorp.com/laravel/homestead during the time you tried bringing this box up.

As of this moment in time, the 2.0.0 is showing on Atlas at that URL, so try again?

Hello Chris,

I will try again.

Thanks