Replies: 3 comments 2 replies
This comment was marked as low quality.
This comment was marked as low quality.
|
Hi @[Username], Yes, this is completely expected behavior! When you publish a new package, it is immediately uploaded to the main npm registry (which is why Here is why it happens and what to expect:
Give it a little time, and it should show up soon! |
|
Yes, this can happen for a newly published npm package.
I would not keep unpublishing/re-publishing or changing versions just to force it. I would check these instead:
If it is still missing after 24-48 hours while |
Uh oh!
There was an error while loading. Please reload this page.
🏷️ Discussion Type
Question
Body
Hello npm community,
I recently published a new package to npm, but I noticed that it is not appearing in npm search results.
Package:
https://www.npmjs.com/package/seo-engine
The package is available directly, and installation works correctly:
I can also retrieve package information successfully:
However, searching for the package does not return any results:
https://www.npmjs.com/search?q=seo-engine
The package was published successfully, so I am wondering if this is expected behavior for newly published packages or if there is any additional configuration required for npm search indexing.
Has anyone experienced a similar issue? Is there usually a delay before a new package becomes searchable?
Thanks in advance for any guidance.
All reactions