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
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.
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
The text was updated successfully, but these errors were encountered:
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
Uh oh!
There was an error while loading. Please reload this page.
What / Why
When
Where
How
Current Behavior
npm publish
works but the package page is missingSteps to Reproduce
I assume it won't reproduce every time you'll run
npm publish
, but anyway:npm init
)npm publish
Or
browser-jsonstore
into the search barExpected Behavior
Who
References
The text was updated successfully, but these errors were encountered: