Hi there,
Our Windows CI started to fail without any real reason. The error is:
Using NVS for managing Node.js versions on Windows (BETA)
0.62s$ git clone --single-branch https://github.com/jasongin/nvs $NVS_HOME
From https://github.com/eclipse-theia/theia
* branch refs/pull/7506/merge -> FETCH_HEAD
Cloning into 'C:\ProgramData/nvs'...
0.15s$ source $NVS_HOME/nvs.sh
0.93s$ nvs add 10
Downloading bootstrap node from https://nodejs.org/dist/v10.12.0/node-v10.12.0-win-x64.7z
Failed to setup node binary.
The command "nvs add 10" failed and exited with 1 during .
Builds:
- https://travis-ci.com/github/eclipse-theia/theia/jobs/315043458
- https://travis-ci.com/github/eclipse-theia/theia/jobs/315053575
A restart does not help. Does anyone know what has changed? Thank you!