Issue with NPM packages in the Github registry #118352
-
Select Topic AreaQuestion BodyHi there! I wanted to check if anyone else was experiencing issues pulling packages from private registries on Github. Just this evening our CI/CD started failing and now on NPM install im getting errors like this
Ive tried:
Its happening in CI/CD too, and in different repos Theres definetly an issue fetching packages
It's taking 7s to fetch a package that's only a few mb
|
Beta Was this translation helpful? Give feedback.
Replies: 28 comments 6 replies
-
I'm getting the same thing, a package created 4 hours ago works, but any created recently give the same error, both in npm and pnpm - I thought I was going mad rolling back changes etc, but I definitely think now it is Github Package registry related. |
Beta Was this translation helpful? Give feedback.
-
Same issue here, I tried both locally and on CI, both
For trouble shooting: I tried to use
And the response is:
|
Beta Was this translation helpful? Give feedback.
-
yeah same here actions/checkout#1675 (comment) |
Beta Was this translation helpful? Give feedback.
-
I have submitted a support ticket. Hopefully we get an update on https://www.githubstatus.com/ soon. |
Beta Was this translation helpful? Give feedback.
-
Also seeing the same problems on our side. Hoping for a quick resolution. |
Beta Was this translation helpful? Give feedback.
-
Same for me. |
Beta Was this translation helpful? Give feedback.
-
Same on our side |
Beta Was this translation helpful? Give feedback.
-
Got bored + starting dancing. Would prefer not to dance and hoping it gets resolved soon: https://x.com/razroo_chief/status/1777506664947540078 |
Beta Was this translation helpful? Give feedback.
-
Same on our side |
Beta Was this translation helpful? Give feedback.
-
pls fix fr fr |
Beta Was this translation helpful? Give feedback.
-
Also, wild theory, not sure if related to xz backdoor, but would explain why happened: https://gist.github.com/thesamesam/223949d5a074ebc3dce9ee78baad9e27 |
Beta Was this translation helpful? Give feedback.
-
Currently experiencing the same issue. Does not reproduce on local, only via github action. Have tried re-running the action(s) and publishing a new version of a package. Error is: |
Beta Was this translation helpful? Give feedback.
-
Currently experiencing the same issue. Seems like the packages are getting resolved to local directories? package-lock.json
|
Beta Was this translation helpful? Give feedback.
-
We are experiencing the same issue on all of our repositories that are referencing our private github packages. |
Beta Was this translation helpful? Give feedback.
-
Same issue here |
Beta Was this translation helpful? Give feedback.
-
Same here |
Beta Was this translation helpful? Give feedback.
-
This must be the cause of this issue. |
Beta Was this translation helpful? Give feedback.
-
I faced same issue. As a temporary workaround, I manually fill in the |
Beta Was this translation helpful? Give feedback.
-
same here (pretty sure this should now at least be an outage). |
Beta Was this translation helpful? Give feedback.
-
Same here |
Beta Was this translation helpful? Give feedback.
-
Truly wild its still not reflected on the status page |
Beta Was this translation helpful? Give feedback.
-
Same here |
Beta Was this translation helpful? Give feedback.
-
This is also happening for our org and has completely broken our build pipelines. |
Beta Was this translation helpful? Give feedback.
-
Same for me. |
Beta Was this translation helpful? Give feedback.
-
Having the same issue for org scoped package installation! |
Beta Was this translation helpful? Give feedback.
-
I was just able to Github Status page now shows "We are investigating reports of degraded performance.". EDIT: status update |
Beta Was this translation helpful? Give feedback.
-
Incident seems to be resolved: https://www.githubstatus.com/incidents/6tgmk1j7b4rn Can confirm |
Beta Was this translation helpful? Give feedback.
-
Just a reminder you may need to run:
|
Beta Was this translation helpful? Give feedback.
Incident seems to be resolved: https://www.githubstatus.com/incidents/6tgmk1j7b4rn
Can confirm
npm install
is working again and able to resolve correctly tohttps://npm.pkg.github.com/download/<@org>/<pkg-name>/<version>/<hash>
instead offile:../../../download/<@org>/<pkg-name>/<version>/<hash>
inpackage-lock.json
.