Ask HN: Is NPM Having an Outage?
I can't install any module. They are all 404.
https://www.npmjs.com/package/react
Update: I know there is a maintenance, but it is not supposed to impact installations:
While some features will remain operational, like installations and search, minor inefficiencies may occur.
Update 2: It is back for me.
29 comments
[ 3.2 ms ] story [ 74.4 ms ] thread> While some features will remain operational, like installations and search, minor inefficiencies may occur.
However, according to npm's status page [1], there's a scheduled maintenance occurring right now, so that's expected.
[0] https://www.npmjs.com/package/react/v/19.0.0
[1] https://status.npmjs.org
cached packages resolved during the outage, but unpinned versions 404’d
my hot fix this morning was to pin my npm packages to cached versions on esm.sh
for deno packages, i tried to pin using the npm:* syntax, but those failed to resolve, so my hotfix was the same as above.
... I am just joking. Please don't downvote me for it.