not sure why I'm having this issue but I can't add vagrant boxes.
- Vagrant2.2.5; vagrant2.2.4; vagrant2.2.3; vagrant2.2.2; vagrant2.2.1; vagrant2.2.0; vagrant2.1.5; vagrant2.1.4; vagrant2.1.3; vagrant2.1.2; vagrant2.1.1.
- Currently, vagrant machines must already be initialized in order for Vagrant Manager to detect them. Make sure you have run vagrant init on any machine you want to appear in Vagrant Manager. Once Vagrant Manager has detected a machine, you can bookmark it so that it will not disappear when you destroy the machine. Windows Installation Notes.
Short answer: Use the vagrant-vbguest plugin to make things easy! This is the second post in a series of three that describe how I set up my Debian development environment in Vagrant on Windows 10, using VirtualBox as the provider.
Using windows 10, tried on powershell and simple command prompt. same issue. It's a relatively fresh install of windows. Maybe I'm missing some required package?
first i tried this command:
Install Vagrant On Windows
and got the error:
So I downloaded the box manually and tried this:
And got this error again:
Active Client 7 64 Bit
1 Answer
Found the answer here: https://github.com/mitchellh/vagrant/issues/6754#issuecomment-169984218
Need to install Microsoft Visual C++ 2010
Above git forum has the link to the needed download