Windows is a special child, and yarn treats special children with disdain.

This commit is contained in:
Zwagoth 2019-09-11 19:19:41 -04:00
parent 96f2b208f3
commit 9c998252c5

3
Vagrantfile vendored
View File

@ -8,6 +8,9 @@ Vagrant.configure('2') do |config|
config.vm.provider 'virtualbox' do |v|
v.cpus = 2
v.memory = 1280
if Vagrant::Util::Platform.windows?
v.customize ["setextradata", :id, "VBoxInternal2/SharedFoldersEnableSymlinksCreate//vagrant", "1"]
end
end
VAGRANT_COMMAND = ARGV[0]