Seravo / wordpress

The WordPress project layout used by many of Seravo's customers, suitable also for local development with Vagrant and git deployment
https://seravo.com
GNU General Public License v3.0
102 stars 54 forks source link

The "metadata.json" file for the box 'seravo/wordpress' was not found #149

Open suvi-eeco opened 4 years ago

suvi-eeco commented 4 years ago

When I try to execute vagrant up, vagrant halt or any other command on project directory I get this error message:

Vagrant failed to initialize at a very early stage:

The "metadata.json" file for the box 'seravo/wordpress' was not found. Boxes require this file in order for Vagrant to determine the provider it was made for. If you made the box, please add a "metadata.json" file to it. If someone else made the box, please notify the box creator that the box is corrupt. Documentation for box file format can be found at the URL below:

https://www.vagrantup.com/docs/boxes/format.html

ottok commented 4 years ago

Thanks for reporting! We have not seen this error before. What Vagrant version are you using? Any other info about your OS and environment so we could try to reproduce this?

suvi-eeco commented 4 years ago

The vagrant version is 2.2.9 and I'm using Windows/Powershell Today was the first day when this happend Earlier everything has worked well.

suvi-eeco commented 4 years ago

We tried to do this solution (adviced by your help desk), but still... nothing happened

PS C:\projects\bookcover> cd ~.vagrant.d\boxes PS C:\Users\Suvi Jyläskoski.vagrant.d\boxes> ls PS C:\Users\Suvi Jyläskoski.vagrant.d\boxes> vagrant box add seravo/wordpress ==> box: Loading metadata for box 'seravo/wordpress' box: URL: https://vagrantcloud.com/seravo/wordpress ==> box: Adding box 'seravo/wordpress' (v20200707.0.0) for provider: virtualbox The "metadata.json" file for the box 'seravo/wordpress' was not found. Boxes require this file in order for Vagrant to determine the provider it was made for. If you made the box, please add a "metadata.json" file to it. If someone else made the box, please notify the box creator that the box is corrupt. Documentation for box file format can be found at the URL below:

https://www.vagrantup.com/docs/boxes/format.html

ottok commented 3 years ago

We have not been able to reproduce this. Is it still happening for you?