Vagrant issue when run the vagrant up command

Hi,

Please look into this issue.

Vgarant-issue

Hey there, NFS isn’t supported on Windows. Please see the Vagrant NFS docs.

You can instead use a different type of synced folder. For example, SMB

config.vm.synced_folder ".", "/vagrant", type: "smb"

Cheers

1 Like

Thank you @soapy1 for your kind advice.