Hey everyone,
I just started using node-red on raspbian, and I wanted to remove a xiaomi palette that I used in a flow.
One of nodes (13) of the palette is always in use (xiaomi-gateway-config) and I cannot remove it because of this. I deleted every node that this palette has, and clicked to Deploy.
I must remove it, in order to install the other xiaomi palette, but instead of Install button, I get Conflict message in the palette manager, because this other palette must be using this same xiaomi-gateway-config node.
This node is not visible. It is a configuration that you setup when you start using any of the nodes in the palette. I even deleted the records from the text-boxes.
I tried to use commands like npm uninstall but I kept getting error of missing package.json, so after 30 minutes of google-ing and trying to recreate it, I uninstalled npm, now I cannot reinstall it.
Now I'm stuck with missing/not working npm, conflict palettes, and I can't just jump over it and start it again, I want to learn how to solve this problem.