You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Im not 100% sure this is the right place, but since the morning(currently 6pm here) there have been huge issues with downloading node tarballs from the official source.
The responses switches between 503 and 500. Affecting both installing/updating using nvm, manually downloading, and most importantly making deployments on cloudflare impossible if using node in any matter. As the build step fails on "downloading node.js binary"
Works 1/10 times when manually visiting the url.
The text was updated successfully, but these errors were encountered:
The issue at hand is the static file server getting overloaded due to a cache purge (re nodejs/build#3424). This current fix is to just wait it out unfortunately, but when this worker is deployed these issues should decrease to almost none.
Im not 100% sure this is the right place, but since the morning(currently 6pm here) there have been huge issues with downloading node tarballs from the official source.
The responses switches between 503 and 500. Affecting both installing/updating using nvm, manually downloading, and most importantly making deployments on cloudflare impossible if using node in any matter. As the build step fails on "downloading node.js binary"
Works 1/10 times when manually visiting the url.
The text was updated successfully, but these errors were encountered: