Note to self In my [[Windows 10 dev environment]] I have a shared folder between the host machine (my laptop) and the guest VM. The ability to create symlinks within the guest is disabled by default in Virtualbox because security. These steps work to fix that. Add this to Vagrantfile `config.vm.provider "virtualbox" do |v| v.customize ["setextradata", :id...