I can't find any releases with v27.0.0* in the directory https://nodejs.org/download/nightly/
The last previously listed nightly is:
https://nodejs.org/download/nightly/v26.0.0-nightly20260417b178842482/ from Apr 2026
https://nodejs.org/download/nightly/index.json on the other hand shows:
[
{
"version": "v27.0.0-nightly202609067aba44d4ac",
"date": "2026-09-06",
"files": [
"aix-ppc64",
"headers",
"linux-ppc64le",
"linux-s390x",
"linux-x64",
"linux-x64-musl",
"osx-arm64-tar",
"osx-x64-pkg",
"osx-x64-tar",
"src",
"win-arm64-7z",
"win-arm64-zip",
"win-x64-7z",
"win-x64-exe",
"win-x64-msi",
"win-x64-zip"
],
"npm": "11.19.1",
"v8": "14.6.202.34",
"uv": "1.52.1",
"zlib": "1.3.2.1-motley",
"openssl": "3.5.8",
"modules": "147",
"lts": false,
"security": false
},
but
curl -I https://nodejs.org/download/nightly/v27.0.0-nightly202609067aba44d4ac/
produces only HTTP/2 404.
I can't find any releases with
v27.0.0*in the directory https://nodejs.org/download/nightly/The last previously listed nightly is:
https://nodejs.org/download/nightly/v26.0.0-nightly20260417b178842482/ from Apr 2026
https://nodejs.org/download/nightly/index.json on the other hand shows:
[ { "version": "v27.0.0-nightly202609067aba44d4ac", "date": "2026-09-06", "files": [ "aix-ppc64", "headers", "linux-ppc64le", "linux-s390x", "linux-x64", "linux-x64-musl", "osx-arm64-tar", "osx-x64-pkg", "osx-x64-tar", "src", "win-arm64-7z", "win-arm64-zip", "win-x64-7z", "win-x64-exe", "win-x64-msi", "win-x64-zip" ], "npm": "11.19.1", "v8": "14.6.202.34", "uv": "1.52.1", "zlib": "1.3.2.1-motley", "openssl": "3.5.8", "modules": "147", "lts": false, "security": false },but
produces only
HTTP/2 404.