Let me recap the situation, @jpiaskowski - I did not do that in this thread, thanks for the call out!
-
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.
-
Cloudflare’s service serves the downloads for nodejs.org and npmjs.com, which are the ones that were failing due to their outage
-
There isn’t a good workaround for them being down.
-
They came back up at the end of the incident, which should allow builds to work correctly now.
-
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