How to delete the custom node from sidebar

How to delete the custom node from sidebar?
I couldnt rename it so I made the new node with same functionallity but with different name.

How did you install the custom node in the first place?

npm install and then the path to folder in .node-red folder

As node-red-contrib-example-...

Then you can do npm remove <name-of-module> in the same .node-red directory. Then restart Node-RED.

1 Like

Thank you.

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