Closed raphaelyancey closed 4 years ago
No Pipeline Monday in India too 💃
Oh my god, please share node_modules
folder, anybody!
the same here
"All Systems Operational" - the biggest lie
Unstable but not improving?
NPM: Never Push Mocks
@anant-k-singh yes, memes, where have you been? ;-) lots of thumb-rolling in the front-end community now, right.
...and where is that local/site-local caching npm proxy when you need it?
https://status.npmjs.org/ is very usefull...
Someon should just upload an angularjs node_modules folder to google drive for heaven's sake
I'm in a customer meeting right now and can't demo :[
FeelsBadMan, so bad "power of demo" that the whole world is affected..
They updated the status page.
npm WARN deprecated request@2.88.2: request has been deprecated, see https://github.com/request/request/issues/3142 npm ERR! code E429 npm ERR! 429 Too Many Requests - GET https://registry.npmjs.org/jsonschema/-/jsonschema-1.2.5.tgz
npm ERR! A complete log of this run can be found in: npm ERR! C:\Users\Lenovo\AppData\Roaming\npm-cache_logs\2020-02-17T12_50_04_887Z-debug.log
I'm here just for the memes
Hey all, could we keep memes and jokes to respective Slack/Discord/IRC channels rather than this GitHub issue? They are aware of this issue, and they've updated the StatusPage.
npm ERR! code E429. here!
"All Systems Operational" - the biggest lie
jq -r '.dependencies * .devDependencies | keys[]' package.json | xargs -L 1 -I {} sh -c "echo installing {}; npm i {}; sleep 10"
It seems to work if you don't install all your packages at once... This will work if you're desperate but it's pretty slow...
403 / 429 Erros for some Users
How about all ?
Hi, is there any updates on this?
E429
here too (the Netherlands)
Building from an on-premises machine triggered by Azure DevOps.
Finally it started working (Status page 💃)
down since 1 and half hour. hope we find the fix soon
Temp fix working for me, open package-lock.json
Find https://registry.npmjs.org
and replace with https://registry.npmjs.com
Run npm ci
Good to know that I am not alone 🤣
"received by some users", they said
Same here on Mars.
all hope is lost
What would happen to the world if npm stopped forever, that's a bit thinker
This issue made me try yarn,.. actually for the first time. Works as a charm!
My astrologer predicted this event.
I'm in a customer meeting right now and can't demo :[
sooo. you are demoing
npm install
to your customers?
Did not bring my laptop, colleague of mine said he could just fetch it. Teamviewer works tho...
When the memes load faster than NPM
Hi npm Team
Would you please restart your computer?
Best regards
Came for the issue, stayed for the memes
Please be respectful and avoid posting anything except memes in this thread. Thank you.
It`s works
npm install finally worked for me
I've got an Angular9 node_modules dir for sale. DM me your offers
It's alive!
@npm
What / Why
When
npm ci
(since today at least)Where
Current Behavior
npm ci
command returns E429 error (Too Many Requests) and doesn't complete packages installationSteps to Reproduce
npm ci
Expected Behavior