Yea that is what I figured. So if I delete the container with the rm command I’m curious if I I should just delete those modules anyways? I installed the other nodered in a different directory and when I installed the modules inside the web interface I got new modules inside THAT directory. So take it it should be fine to delete the old nodered directory recursively then?
sure, if you want
Note: this is still broken (no node v10 version of node-red pi docker image). The latest node-red-contrib-home-assistant-websocket that works is 0.10.2. This can be installed inside the docker contaner using:
npm uninstall node-red-contrib-home-assistant-websocket
npm install [email protected]
1 Like