I want to use Vagrant to provide a common development environment to my team. The hosts are completely different:
I tried all these options in order to resolve an error running npm install.
Simply running vagrant in an admin prompt and loading the vm (vagrant reload), resolved the issue.
I went back and removed the SharedFoldersEnableSymlinksCreate configuration from the Vagrantfile, and everything was still fine.