Skip to content
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] Webpage is showing incorrect package information #557

Closed
csvn opened this issue Dec 5, 2019 · 7 comments
Closed

[BUG] Webpage is showing incorrect package information #557

csvn opened this issue Dec 5, 2019 · 7 comments
Labels
Bug thing that needs fixing

Comments

@csvn
Copy link

csvn commented Dec 5, 2019

What / Why

The NPM website is showing incorrect information for the redux-observable package.
CLI commands npm install and npm info shows the following:

$ npm i redux-observable@next
+ redux-observable@2.0.0-alpha.0
...
$ npm info redux-observable
redux-observable@1.2.0 | MIT | deps: none | versions: 37
...
dist-tags:
latest: 1.2.0        next: 2.0.0-alpha.0

The website says there are 36 versions, and next: 1.0.0-beta.1

I apologize if this issue is not in the correct space, but I could not find a better place for this issue since https://npm.community/ is now read-only, and most links still point to this issue tracker.

When

  • The incorrect info has been shown since last publish, ~21 days ago

Where

How

Current Behavior

  • The website is missing version 2.0.0-alpha.0 for redux-observable

Steps to Reproduce

  1. Go to https://www.npmjs.com/package/redux-observable?activeTab=versions
  2. Compare with output from npm info redux-observable
  3. The number of versions and the dist-tags do not match

Expected Behavior

  • The website should display all versions for redux-observable

Who

  • n/a

References

  • n/a
@ljharb
Copy link
Contributor

ljharb commented Dec 5, 2019

That’s because it’s tagged as “next”, not “latest”. Nothing seems incorrect here to me.

@csvn
Copy link
Author

csvn commented Dec 5, 2019

@ljharb I don't understand, are you saying that next on the webpage and next in the NPM CLI client should not be the same thing?

image
image

@ljharb
Copy link
Contributor

ljharb commented Dec 5, 2019

Ah, my mistake - i agree those should be the same, and 21 days since the publish of “next” is beyond a cdn/caching issue.

@csvn
Copy link
Author

csvn commented Dec 5, 2019

No problem 🙂

@esetnik
Copy link

esetnik commented Dec 9, 2019

Relates to #545

@damian-pastorini
Copy link

Hi everyone, I'm having a similar issue, published my package today:

npm notice total files:   130
npm notice
+ reldens@4.0.0-beta.1

But still hours later I can't still see the new version neither install it or obviously can't publish it again:
npm ERR! 403 403 Forbidden - PUT https://registry.npmjs.org/reldens - You cannot publish over the previously published versions: 4.0.0-beta.1.

Doing some research about this, I found this https://github.com/npm/registry that says I should post on the community but the community is actually closed, so I wasn't sure if create a new issue here was the way to go (though this comment asking about it on this already open).

The weird part is that I can't even see the update in the registry: https://registry.npmjs.org/reldens

Is this something for I should keep waiting until the cache gets invalidated? Or where can I report it?

@darcyclarke
Copy link
Contributor

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

Closing: This is an automated message.

# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
Bug thing that needs fixing
Projects
None yet
Development

No branches or pull requests

5 participants