Need help debugging "Version '12.18.0' not found - try `nvm ls-remote` to browse available versions."

Let me recap the situation, @jpiaskowski - I did not do that in this thread, thanks for the call out!

  1. our build system downloads node and node packages during most builds. If you use node during your build (do you have a package.json, yarn.lock, or package-json.lock file in your repo?), this includes you. Hugo does not use node natively, but most builds on Netlify do.

  2. Cloudflare’s service serves the downloads for nodejs.org and npmjs.com, which are the ones that were failing due to their outage

  3. There isn’t a good workaround for them being down.

  4. They came back up at the end of the incident, which should allow builds to work correctly now.

  5. if you still see an error in a new build, it is not related to the outage this morning, and you should use the steps here to debug and let us know if your debugging doesn’t help: [Support Guide] Debugging Netlify site builds