Symbolic links and synced folders in Vagrant

后端 未结 6 1428
独厮守ぢ
独厮守ぢ 2020-12-02 04:28

I want to use Vagrant to provide a common development environment to my team. The hosts are completely different:

  • Some use OS X, some Linux, and some Windows.<
6条回答
  •  情深已故
    2020-12-02 04:54

    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.

提交回复
热议问题