Skip to content
Discussion options

You must be logged in to vote

Yes, this can happen for a newly published npm package.

npm install seo-engine and npm view seo-engine hitting the package successfully means the package exists in the npm registry. The website search page is backed by a separate search index, so it can lag behind the registry after a new publish.

I would not keep unpublishing/re-publishing or changing versions just to force it. I would check these instead:

  • make sure the package is public
  • make sure package.json has a clear description and keywords
  • try npm search seo-engine as well as the website search
  • wait for the search index to catch up

If it is still missing after 24-48 hours while npm view seo-engine continues to work, then it is p…

Replies: 4 comments 2 replies

This comment was marked as low quality.

@v-ember
Comment options

Comment options

You must be logged in to vote
1 reply
@v-ember
Comment options

Comment options

You must be logged in to vote
0 replies
Answer selected by Farimah71
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
npm
Labels
Question Ask and answer questions about GitHub features and usage npm Discussions around programming langages, open source and software development Welcome 🎉 Used to greet and highlight first-time discussion participants. Welcome to the community! source:ui Discussions created via Community GitHub templates
5 participants