node-red / linux-installers

Node-RED install scripts for various flavours of Linux
Apache License 2.0
94 stars 63 forks source link

No an issure, but i have no clue. #41

Closed Onshuis closed 1 year ago

Onshuis commented 1 year ago

I installed it with the bash script. Is there also a script to uninstall ??? I see no --uninstall flag.

The thing is, i want to uninstall it.

Thanks in advance.

dceejay commented 1 year ago

Sorry there is no default uninstall option. To remove Node-RED - you can remove all the files /usr/lib/node_modules/node-red and /usr/bin/node-red You may also want to remove any other node modules in /usr.lib/node_modules/

To remove nodejs - sudo apt purge nodejs