-
Notifications
You must be signed in to change notification settings - Fork 3.2k
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
[BUG] Couldn't find any versions for "core-js" that matches "3.4.7" #545
Comments
This is hitting a lot of people. core-js-compat was published in a broken state as 3.4.6, which is unfortunate but was quickly fixed as 3.4.7, but 3.4.6 is still (at time of posting this comment) being served out from npm even though it indicates that latest=3.4.7. If it's a caching problem it's really unfortunate that's it's caught a bad version and doesn't let the good version that fixes it through. |
@dcwarwick it must be a caching bug. The registry shouldn't be advertising 3.4.7 and serving 3.4.6 as latest... |
Seems to have fixed itself now. |
@esetnik Can you please double check that and confirm that the proper version is now showing up on both .com & the registry? I believe this has been resolved (ex. running |
It is resolved now. Will you update https://status.npmjs.org to indicate that there was a service degradation during this time period? It shows no incidents even though many users were unable to download a popular package for several hours. It'd also be good to get some update from the npm team as to why this happened and what the plan is to address it. |
Yeah this seems to be fixed for me. |
@esetnik this was not a service degredation. We rely on CloudFlare for CDN delivery, and it seems you've just been hitting a cached edge node in the distributed CDN when hitting the CLI install path, vs the website caching. |
@ahmadnassri I don’t think this should be closed. There’s a technical issue with the npm platform if you aren’t proactively invalidating your edge caches when a new package is published. The result of this issue was that for several hours builds were failing and the package author couldn’t do anything because they had already published a working version that npm wasn’t serving to customers. Is this the expected behavior that new versions of packages may be unavailable for up to several hours after publish? |
as this is the CLI repo, it's not useful to discuss registry operations here, feel free to send a support ticket if you require further clarification. |
I've labelled this issue as 'Wontfix' as it does not concern the cli repository. Thanks for bringing this to our attention though 👍 |
What / Why
But on the npm registry website it shows core-js@3.4.7 as latest:
https://www.npmjs.com/package/core-js?activeTab=versions
When
2019-12-02 2:17:29PM EST
Where
npm public registry
How
Current Behavior
Couldn't find any versions for "core-js" that matches "3.4.7"
Steps to Reproduce
Try to install core-js
Expected Behavior
Should install core-js@3.4.7
Who
References
The text was updated successfully, but these errors were encountered: