Cannot start next dev server because npm registry went down
Unanswered
Silver Marten posted this in #help-forum
Silver MartenOP
The next dev server should probably not hard code a call to the npm registry (it was down for a while).
https://github.com/vercel/next.js/blob/02d8ff2cf3b3cdb0101981321ee7a31730d6a843/packages/next/src/server/dev/hot-reloader-shared-utils.ts#L17
https://status.npmjs.org/
https://github.com/vercel/next.js/blob/02d8ff2cf3b3cdb0101981321ee7a31730d6a843/packages/next/src/server/dev/hot-reloader-shared-utils.ts#L17
https://status.npmjs.org/
1 Reply
Silver MartenOP
Related discussion, https://github.com/vercel/next.js/discussions/89169