Vagrant vbguest plugin installation


I use Vagrant as a development environment for my projects because It brings so many feature of virtualization. And It’s easy to threat him as local machine. After that I installed vagrant from normal repository. I face to face problem about rsync between sync folders. After that i read it occurs because of Version of vagrant.

vagrant-vbguest is a nice plugin that update your folders as a realtime. You can use vagrant plugin install vagrant-vbguest

But after that command I got that output

 

 

Solution

It’s was really easy to fix that problem.Just install new version from website Ref: issue

Just i download new version of Vagrant from https://www.vagrantup.com/downloads.html

than