dvhdr / launchpad-pro

Open source firmware for the Launchpad Pro grid controller
BSD 3-Clause "New" or "Revised" License
442 stars 101 forks source link

Installing Development Environment on Windows 10 Using Vagrant #37

Closed scottboyan closed 5 years ago

scottboyan commented 6 years ago

vagrant problem

I am trying to configure a development environment using vagrant. I cloned the project to my local machine. Installed VirtualBox. Installed Vagrant. Navigated to the project directory on my local machine (it has a Vagrant file in it) and used the command "vagrant up." The attached screenshot shows the message that I'm getting. You can see at the very top I'm in the right directory, because you can see the vagrant file in it. I also tried "vagrant init" and I got a message that I could not, because there is already a vagrant file there. So Vagrant is seeing the file.

Do you have any ideas for what I should try? Is the vagrant file from an older version that maybe the one I installed today can't use? Any suggestions?

dvhdr commented 6 years ago

Ick, that's odd. I don't have a Windows Vargrant environment that I can try to reproduce this with. A quick fix would be to use the Docker version, or install the ARM tools natively.

dvhdr commented 6 years ago

Oh my, just saw the date on this post. Sorry for the delay!

dvhdr commented 5 years ago

Sorry, going to close this because I can't help with support for Vagrant.