-
Notifications
You must be signed in to change notification settings - Fork 3.7k
Closed
Labels
Bugthing that needs fixingthing that needs fixing
Description
What / Why
I've recently noticed that some (older?) versions of packages could not be loaded from the public NPM registry sometimes.
For example, [email protected] install may return 404 error, which I've traced to the direct curl call:
curl https://registry.npmjs.org/p-is-promise/-/p-is-promise-1.0.0.tgz
When it fails, the returned XML is like:
<Error>
<Code>NoSuchBucket</Code>
<Message>The specified bucket does not exist</Message>
<BucketName>npm-registry-packages</BucketName>
<RequestId>3FE1EB29A1CDEC05</RequestId>
<HostId>
AtjEeC/rUKANywkX7JdUrlh4DiyYbyiH9B8UzauOUmNwuDkAkiw3o0IKa46kpOjH+9dRGSUS4KQ=
</HostId>
</Error>
When
Noticed it today, 2019-11-19.
Where
npm public registry
How
Current Behavior
The issue seems to be a floating bug, it only fails sometimes.
Steps to Reproduce
npm i [email protected]
or
curl https://registry.npmjs.org/p-is-promise/-/p-is-promise-1.0.0.tgz
Expected Behavior
npm i [email protected] should always work.
Who
n/a
References
May be related to (or causing) yarnpkg/yarn#7691
koshevy, alxeg, victory-v, quadronick, mkurnikov and 11 more
Metadata
Metadata
Assignees
Labels
Bugthing that needs fixingthing that needs fixing