tj / n

Node version management

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Node-v12.18.0 unavailable for download

HannaO25 opened this issue · comments

Bug Report

Summary

=> nodejs/node#47121

We have a jenkins job which perform a command to install nodejs:
"+ /var/lib/jenkins/workspace/CCSP_BACK_RELEASE_hotfix_v1.14.9/node_modules/n/bin/n 12.18.0"

But the url to uplaod files (https://nodejs.org/dist/v12.18.0/node-v12.18.0-linux-x64.tar.xz) has change.
We had a look at nodejs.org and the working url is : https://nodejs.org/dist/v12.18.0/v12.18.0-linux-x64.tar.xz.
The command get 404 and we can not modify the url.

Steps to Reproduce

Expected Behaviour

Actual Behaviour

Other Information

plateform : Linux RECBACK 4.19.0-18-amd64 nodejs/node#1 SMP Debian 4.19.208-1 (2021-09-29) x86_64 GNU/Linux
subsystem : /var/lib/jenkins/workspace/CCSP_BACK_RELEASE_hotfix_v1.14.9/node_modules/n/bin/n 12.18.0
Error: download preflight failed for '12.18.0' (https://nodejs.org/dist/v12.18.0/node-v12.18.0-linux-x64.tar.xz)

Configuration Details

$ n --version
?

$ command -v node
?

$ node -p process.platform
?

There is an active problem with intermittent 404s affecting downloads:

Is the download problem fixed now? (i.e. by the Node.js fix)

The linked issue has been closed and the Node.js outage has been resolved. Hopefully solved!