I attempted to run a Vagrant machine but ran into errors because I had Vagrant 1.0.1 installed. I then uninstalled and installed Vagrant 1.2.2. However when I run vagrant up I get an error.
$ vagrant up
Bringing machine 'default' up with 'virtualbox' provider...
The box 'precise32' is still stored on disk in the Vagrant 1.0.x
format. This box must be upgraded in order to work properly with
this version of Vagrant.
I attempted vagrant init but also got an error.
$ vagrant init precise32 http://files.vagrantup.com/precise32.box
`Vagrantfile` already exists in this directory. Remove it before
running `vagrant init`.
How can I upgrade my precise32 box to a new version of Vagrant?
To get started with Vagrant, download the appropriate installer or package for your platform from our Vagrant downloads page. Install the package with the standard procedures for your operating system.
Command: vagrant version If you only want to see the currently installed version, use vagrant --version .
Run
vagrant box repackage precise32 virtualbox
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With