Cannot register Node-RED Library

Hi
I want to publish My Node-Red Nodes, and I registered npm library as follows:


But these nodes are not registered Node-RED Library.
What Shall I do?

And my colleague has the same trouble.
He registered as fllows:

not upgraded:

not registered:


Thank you.

Hi,

if you search for your node on npm, the search results show:

node-red-contrib-nfcpy_-_npm_search

The npm search index is out of sync with the module state. We rely on the search index to discover nodes.

We've been seeing a lot of this recently; need to raise it with npm to fix their search index.

Nick

I have raised an issue with npm as we’ve seen this happen quite often recently - https://github.com/npm/registry/issues/366

1 Like

Hi

I see.
Thank you for raising the issue.
I’ll study the cause that becomes this and wait to resolve it.