My website build is failing (Failed to install Node.js version '20')

It was working sometime ago. Suddenly stopped building. I was just doing some minor ui change.

  • We need to know your netlify site name. https://baljeetsingh.in/

  • Build problems?
    Deploy log

Why did it fail
Initializing
Failed
11:57:29 PM: build-image version: ecdc8b770f4a0193fd3f258c1bc6029e681813a4 (focal)
11:57:29 PM: buildbot version: 16ead92caa9f8e177f18ab47e138c7dc936e93d8
11:57:29 PM: Building without cache
11:57:29 PM: Starting to prepare the repo for build
11:57:29 PM: No cached dependencies found. Cloning fresh repo
11:57:29 PM: git clone --filter=blob:none https://github.com/mbaljeetsingh/baljeetsingh.in
11:57:30 PM: Preparing Git Reference refs/heads/main
11:57:32 PM: Starting to install dependencies
11:57:33 PM: Python version set to 3.8
11:57:33 PM: Attempting Ruby version 2.7.2, read from environment
11:57:33 PM: Using Ruby version 2.7.2
11:57:34 PM: Started restoring cached go cache
11:57:34 PM: Finished restoring cached go cache
11:57:35 PM: go version go1.19.13 linux/amd64
11:57:36 PM: Using PHP version 8.0
12:02:00 AM: Failed during stage ‘Install dependencies’: dependency_installation script returned non-zero exit code: 1
12:02:00 AM: Version ‘20’ not found - try nvm ls-remote to browse available versions.
12:02:00 AM: Failed to install Node.js version ‘20’
12:02:00 AM: Failing build: Failed to install dependencies

  • Did you try [Ask Netlify] (Yes)
2 Likes

Same thing happening to me too…

Error: “Version ‘18’ not found - try nvm ls-remote to browse available versions.”

2 Likes

Yeah I’m thinking Node cdn is down

It’s been going on for 15 minutes now, with builds failing on Netlify and Cloudflare but status pages around the world are all green and content :person_shrugging:

2 Likes

Same exact issue too

2 Likes

I tried changing node versions too, still no luck. Will try after sometime.

nodejs is down.

1 Like

After 45 minutes, someone took notice: https://status.nodejs.org/

1 Like

I have the same issue. I’m getting:

11:48:09 AM: Failed during stage ‘Install dependencies’: dependency_installation script returned non-zero exit code: 1
11:48:09 AM: Version ‘18’ not found - try nvm ls-remote to browse available versions.
11:48:09 AM: Failed to install Node.js version ‘18’
11:48:09 AM: Failing build: Failed to install dependencies

It was working up until yesterday. It’s a vanilla JS site with no local dependencies, only HTML, CSS & JS. All I did was add SVG icons to some buttons. I tried node v16 & 20 before going back to 18 with the same error on each.

Node is back up. My project deployed successfully. Thanks, @MadKittyxyz & @regisphilibert for noticing that it had been down.