Nvs add 6 download error

Hello,
This build https://travis-ci.org/fastify/fastify-cli/jobs/521334142 is failing on Windows with Node.js
I notice that after the “nvs add 6” command, it is printed out the:
Downloading bootstrap node from https://nodejs.org/dist/v10.12.0/node-v10.12.0-win-x64.7z
That is the wrong version (node 10 instead of node v6).

Since there aren’t issues on nvs, could you check your installations commands?
Thank you very much

I’m seeing the following error message in the log of the failing job:

Failed to download file: https://nodejs.org/dist/v6.17.1/node-v6.17.1-win-x64.7z
connect ETIMEDOUT 104.20.22.46:443

https://travis-ci.org/fastify/fastify-cli/jobs/521334142#L24-L25

which suggests it could be an intermittent network issue.

I’ve done a test build this morning and it succeeded to install Node.js 6. See https://travis-ci.org/cotsog/travis_ci_prod_regular/jobs/521735345#L46.

Could you try to restart your job to see if it works today?

Thanks!

Thank you, you are right, now it has worked!
I didn’t notice the “raw log”.

Glad to hear it! I’ll be closing this topic for now. Don’t hesitate to open a new one if this happens again.