-
Notifications
You must be signed in to change notification settings - Fork 3.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
New version of pkg is published but not getting shown #593
Comments
hi @paulmillr , I'm having similar issue with another package, it seems could be related to #557 but I'm not sure... hope this gets fixed soon, for me is been hours since I've pushed my new version 👎 |
hi @paulmillr , I just re-try by bumping into a new version and now I can see the 3 of them: If you are in a rush maybe that would help me as me. |
Not in a rush, so this is a bad long-term solution. Needs to be fixed ASAP! |
Same thing. Published 3.8.0 and afterwards 3.8.1 (both successfully) in attempt of cache bust but no go. Still showing 3.7.0 Search also shows new versions but site and |
Same issue here with private packages, npm packages published
Installing from registry
|
Same issue here and bump publishing did not help :-( Causing major headaches for deploys |
Same problem, and I am publishing 20 packages at once from a lerna repo. Just bumping versions until npm gets it correctly for each of them is a major pain. |
Same issue. I published a new version of my package an hour ago, but until now I have not been able to install it in production environment. |
I waited 2-3 hours and it never "just showed up". clearly a bug and the only way to get around is spam the crap out of npm with version bumps till you get lucky. (ive spent my whole day fighting this ) |
seems to be the same issue with npm/npm#20574 I think it's about npm cache not being updated |
@BitHighlander the workaround is to refer the dependency has github format. e.g.:
|
I also encountered the same problem, when can this problem be fixed? |
@beenotung this is not correct as this does something different. It picks the Git repo (not always in pkg.repository), uses Git to clone it and downloads everything from it. This is not a valid solution or workaround. Also because |
I'm seeing the same with v1.0.1 of |
+1 |
same issue with rax-slider@1.1.2 |
+1 |
+1 |
1 similar comment
+1 |
Same thing. Yet you cannot republish the same version, hoping to force it, you'll get a 403 "You cannot publish over the previously published versions". So our new version is in there somewhere. |
Same with FYI I got the following automated reply from
It's currently Monday 2:10AM PST, so hang on for another 7 hours :) |
Have been trying to publish the Storybook monorepo all day ... still not working. Excerpt from https://github.com/storybookjs/storybook/blob/next/CHANGELOG.md 😭
UPDATE: Fixed!!! 🎉🎉🎉 |
Unfortunately this isn't a new issue. It has already happened to us different times when publishing Babel, and so far the only "fix" has been to wait a few hours. |
We have same issue, it's already been 3 hours |
For me it started working again a few minutes ago. EDIT: talked too fast, only some updates are being seen |
Same issue, 1 took over 16 hours. |
Same issue here as well, packages published to a private org are also not showing up. |
+1 |
(I think npm folks understood that there is an issue, stop spamming with the useless (+1)) |
Related official status/incident posts: |
I've released 2 versions today and there's one out of four packages lost each time. |
Should be okay now, our publish is visible now |
Verified, our missing packages come back again 👏 |
Seems to be happening again. |
With which package for example? |
It's a private org package |
This appears to be broken again, anyone else with the same issue |
@DanielRuf if the repo maintainer setup CI to build the package, e.g. into 'dist' branch or semver tag, it is still a resilient fallback in case npm is not working. If the repo maintainer doesn't do that, consumer could fork that ... |
I'm talking about 'hacks' instead of 'fixes' because we cannot touch the infra of npm |
@beenotung not sure to which reply from me you are referring to. People can also use the Git URL but this will use |
@DanielRuf I get you, I was off topic |
@Gippsman2017 also still having this problem. Couldn't get the latest version from the cmd line while it was correctly shown in the npmjs.com UI, after doing
Re-publishing immediately after usually works, but it's not a good long term solution |
@stephanebruckert did you already report that to the npmjs support? That usually means that there is some cache somewhere (local or on npmjs side or the registry parts) which may not be uptodate. |
I think this issue here is resolved for a long time already and your issue is another / new case. In this thread everyone of the 41 involved people will get a notification for updates here which is not that great. |
Agreed, thanks for point that out @DanielRuf 👍 I'm going to close this issue since it was related to the December incident which have been fixed since then. @stephanebruckert you can reach out to registry support on the appropriate channels: Thanks to the aforementioned 41 involved people for helping surfacing the problems and providing updates 😊 |
I seem to be having this issue right now 😕 |
@ledlamp please open a new issue with all relevant details and the exact error message that you get. |
Also please check if you have published to the correct registry and cleared the browser cache. |
It's updated now |
Now some problems :-( |
@4KDA please see https://status.npmjs.org/ The same is probably published there: https://twitter.com/npmstatus Please do not comment here since this issue is already closed, was about an old incident and now ~40 people got a notification. @ljharb we should lock this thread here. |
See https://www.npmjs.com/package/chokidar
I've published 3.3.1, but the page, curl
json api
, and npm all say only 3.3.0 is available.If you enter
chokida
into the search box, you'll seeversion: 3.3.1
.Also happens to other people: https://twitter.com/itsmequinn/status/1206246890427297802
The text was updated successfully, but these errors were encountered: