This repository was archived by the owner on Feb 13, 2023. It is now read-only.

Description
Hello,
If you have vagrant-cachier, the Vagrantfile totally ignores the synced folder type and tries to use NFS.
However it will not work since you are on windows !
I think there is two solutions here, either use the provided type (by config.yml) if possible, or ignore the vagrant-cachier configuration if the provided type is not 'nfs'
I had to delete the vagrant-cachier plugin as a workaround on the windows hosts to make the vm work.