Skip to content
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

[BUG] I've npm publish'd a library but it ain't showing on npmjs.com #597

Closed
bluzi opened this issue Dec 16, 2019 · 1 comment
Closed

[BUG] I've npm publish'd a library but it ain't showing on npmjs.com #597

bluzi opened this issue Dec 16, 2019 · 1 comment

Comments

@bluzi
Copy link

bluzi commented Dec 16, 2019

What / Why

Hey, I've npm publish'd a library to npm's public registry and it finished successfully, I received an email claiming it is published and when I search the exact name on npmjs.com it shows on the dropdown.
However, I don't see it on my user page and it's package page returns 404.

I also tried publishing another version, again, seems successful, received an email, the package page is still unavailable.

Package name: browser-jsonstore

Links:
Package page: https://www.npmjs.com/package/browser-jsonstore
My user page: https://www.npmjs.com/~bluzi

When

  • I published it yesterday, about 15 hours ago.

Where

  • npm publish registry

How

Current Behavior

  • npm publish works but the package page is missing

Steps to Reproduce

I assume it won't reproduce every time you'll run npm publish, but anyway:

  • Create a new package (npm init)
  • Publish it - npm publish
  • Try browsing into its package page on npmjs.com

Or

  • Go to npmjs.com
  • Type browser-jsonstore into the search bar
  • Wait for the dropdown to appear, see how it has a valid description, etc
  • Click on it
  • See how it returns Error 404

Expected Behavior

  • Package page should be available after publishing a package

Who

  • I'm not sure who is responsible for this kind of issues

References

  • n/a
@bluzi bluzi changed the title [BUG] I've npm publish'd a library but it ain't showing [BUG] I've npm publish'd a library but it ain't showing on npmjs.com Dec 16, 2019
@ljharb
Copy link
Collaborator

ljharb commented Dec 16, 2019

Duplicate of #593

@bluzi bluzi closed this as completed Dec 17, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants