Closed JaTochNietDan closed 10 years ago
Solved, the issue is when you have spaces in your vagrant home folder which defaults to your user path. You can fix this without much hassle by setting an environment variable called VAGRANT_HOME and choosing somewhere without spaces.
I don't know exactly what caused the problem on my system. I tried the VAGRANT_HOME solution unsuccessfully and came up with this:
vagrant plugin install vagrant-winnfsd-[version].gem
WOW! I spent days trying to figure this one out with the vmware plugin installation failing. THANKS A LOT! I wish these things was properly documented on the vagrant documentation site somewhere.
Thanks @thinkrapido! Your solution also worked fine for me on Windows 7.
I run the installation command for this plugin in the root folder of my project and I get an error saying the following:
So then I run the command as it suggests and low and behold...it seemingly succeeds and the gem has been installed. Then upon running the command to install this plugin, I get the same error again. I can't figure out what's wrong here.