I have node red installed on Ubuntu 22.04 and one of my nodes is giving me some problems. there is no option to uninstall it and I am not sure how to go about troubleshooting or fixing this.
You should be able to uninstall it with
cd ~/.node-red
npm uninstall node-red-contrib-web-worldmap
When I use this command: cd ~/.node-red
I get the following: bash: cd: /home/cov6fts/.node-red: No such file or directory
FYI - I am new to all of this but working my way through. Thanks for the assistance
How did you install node-red. Did you use the official installer script?
Are you running node-red massively or inside docker? (Or via home assistant or similar)
I used the Zero Touch Installer for FreetakServer which included the installation of all assets including node red and all the flows. Node red is not inside docker and to my knowledge is being run natively on my ubuntu 24.04 ras pi
Then you need to talk FreetakServer to find out where they have setup the userDir for Node-RED.
If you can get the Node-RED logs then it will be in the startup logs.
But the error also implies that the SD card may be corrupt as nothing should change the nodes files after install.
Yes. Or their installer scripts had some issues during install. Everything else is operating as expected.
This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.