Fixing Vagrant Up Error that "laravel/homestead" could not be found
The other day when I was performing a vagrant up I received the following error:
Scotts-Air:laravelVsSymfony scottkeckwarren$ vagrant up
Bringing machine 'laravelvssymfony' up with 'virtualbox' provider...
==> laravelvssymfony: Box 'laravel/homestead' could not be found. Attempting to find and install...
laravelvssymfony: Box Provider: virtualbox
laravelvssymfony: Box Version: >= 5.2.0
The box 'laravel/homestead' could not be found or
could not be accessed in the remote catalog. If this is a private
box on HashiCorp's Atlas, please verify you're logged in via
`vagrant login`. Also, please double-check the name. The expanded
URL and error message are shown below:
URL: ["https://atlas.hashicorp.com/laravel/homestead"]
Error: The requested URL returned error: 404 Not Found
The only trick to this was to update Vagrant to the current version. I’m hoping this will help someone else who runs into this problem.
Scott Keck-Warren
Scott is the Director of Technology at WeCare Connect where he strives to provide solutions for his customers needs. He's the father of two and can be found most weekends working on projects around the house with his loving partner.
RSS
Top Posts
- Working With Soft Deletes in Laravel (By Example)
- Fixing CMake was unable to find a build program corresponding to "Unix Makefiles"
- Upgrading to Laravel 8.x
- Get The Count of the Number of Users in an AD Group
- Multiple Vagrant VMs in One Vagrantfile
- Fixing the "this is larger than GitHub's recommended maximum file size of 50.00 MB" error
- Changing the Directory Vagrant Stores the VMs In
- Accepting Android SDK Licenses From The OSX Command Line
- Fixing the 'Target class [config] does not exist' Error
- Using Rectangle to Manage MacOS Windows