Use node red with verdaccio registry

I'm trying to use a custom registry. Similar to this post Npm search custom registry

It looks like I could install verdaccio

And then to have NPM use it I can set the registry (maybe writing out to the .npmrc )

npm set registry http://localhost:4873/

Am I missing anything else?

You need a HTTP server to publish a catalogue json file as well as a npm registry.

You can use this project: GitHub - hardillb/node-red-private-catalogue-builder: node-red-private-catalogue-builder

And you can configure verdaccio to trigger a callback in the registry when ever a node is uploaded/updated so the catalogue is always up to date.

A bit more doc here Advanced Multi Tenant Node-RED topics – Ben's Place

1 Like

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.