What does it mean to "export to library"?

What and where is the 'library' ?

The library is a folder in your userDir folder (normally ~/.node-red/) But in fact comprises of several different things that can show up. Including /examples/ folders from installed custom nodes - you'll see those if you look at imports rather than exports.

The local library is useful if you want to save snippets of flows or pre-configured nodes that you can then import elsewhere in your flows.

1 Like

So to remove something from the library, what should I do?

in a terminal go to the .node-red/lib/flows folder and you should see the file. You can delete it or move it to another location.

1 Like

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