-
-
Notifications
You must be signed in to change notification settings - Fork 34.7k
Description
I just ran into the problem that the Azure pipelines of my team are suddenly failing when installing Node.js v8.15.0.
After checking the logs I saw that https://nodejs.org/dist/v8.15.0/node-v8.15.0-linux-x64.tar.gz is returning an internal server error with status code 500.
Version: 8.15.0
Platform: Microsoft Azure
Azure logs:
Starting: Install Node.js
Task : Node.js tool installer
Description : Finds or downloads and caches the specified version spec of Node.js and adds it to the PATH
Version : 0.166.0
Author : Microsoft Corporation
Help : https://docs.microsoft.com/azure/devops/pipelines/tasks/tool/node-jsDownloading: https://nodejs.org/dist/v8.15.0/node-v8.15.0-linux-x64.tar.gz
[error]Unexpected HTTP response: 500
Finishing: Install Node.js