Symlinks do not work well on Windows. I would recommend using rsync on Windows, and then rsync them to some place, then do your npm install. The mounted drive through Virtualbox's driver on Windows doesn't work very well. You can also get a lot of weird file permission errors as well.
For rsync on Windows, the easiest path of least resistance in my experience is to download and install use msys2, then use their package management utility, pacman, to install git, rsync and whatever other tools you need. Then within the msys2 console, launch vagrant, rsync your code files, then do an npm install. -- This mailing list is governed under the HashiCorp Community Guidelines - https://www.hashicorp.com/community-guidelines.html. Behavior in violation of those guidelines may result in your removal from this mailing list. GitHub Issues: https://github.com/mitchellh/vagrant/issues IRC: #vagrant on Freenode --- You received this message because you are subscribed to the Google Groups "Vagrant" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/vagrant-up/11adce5b-9467-4dd3-99ad-a71ec809b766%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
