You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
npm v6 is no longer in active development; We will continue to push security releases to v6 at our team's discretion as-per our Support Policy.
If your bug is preproducible on v7, please re-file this issue using our new issue template.
If your issue was a feature request, please consider opening a new RRFC or RFC. If your issue was a question or other idea that was not CLI-specific, consider opening a discussion on our feedback repo
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:
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
The text was updated successfully, but these errors were encountered: