The "metadata.json" file for the box 'seravo/wordpress' was not found
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
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?
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.
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
We have not been able to reproduce this. Is it still happening for you?