Uninstall Package Problem (addon-node-red for Home Assistant)

  • addon-node-red v20.0.0
  • Node-Red embedded v4.0.9 Maintenance release
  • Home Assistant 2025.10.4

Hello
I want to install a package (@mschaeffler/node-red-logic) in Node-Red (Home Assistant) via Manage palette. Instead of the Install button there is a field written conflict.
But I can't delete the node (node-red-contrib-counter) that poses a problem because it doesn't display the uninstall button...


How can I solve this problem?

Hi and Welcome,
Have you tried removing all counter nodes and then reloading the editor?

Hi GogoVega
I have disabled the node.I don't use it.
The uninstall button is not present.

If you have access to a terminal session on the node-red server, you can remove it manually using npm. Don't forget to restart node-red and reload the Editor afterwards.

Access to the command line of a container(NR) is disabled by default in HAOS. The easiest way to get there is to install this version of portainer. From the gui browse to the nr container and choose console.

Thank you for the help.
I'll try that

José