Hi all,

today I've released the version v2018.05.18 of the Windows 10 x64 Vagrant
box. After some tests we have realised that npm has a very low performance
when it tries to install the packages. We weren't able to workaround this
issue. So I have released a new version "v2018.05.18revertedto2018.03.20"
,which is the same box that we were using before ,until we (or perhaps
either Microsoft or Npm?) fix the problem.

In the case of someone want to test the new Windows version (1803) the
following variable must be set in the Vagrantfile:

config.vm.box_version = "v2018.05.18"

i.e in the case of the GPII-App:

[...]
  config.vm.box = "inclusivedesign/windows10-eval-x64-Apps"
  config.vm.guest = :windows
  config.vm.box_version = "v2018.05.18"

  config.vm.communicator = "winrm"
  config.winrm.username = "vagrant"
  config.winrm.password = "vagrant"
[...]

I've opened this task to track this issue:
https://issues.gpii.net/browse/GPII-3084

-- 
Alfredo
_______________________________________________
Architecture mailing list
[email protected]
https://lists.gpii.net/mailman/listinfo/architecture

Reply via email to