Hello,
I just updated my node-red container to lates version using nodered/node-red-docker:rpi-v8
Then I updated node-red-contrib-home-assistant-websocket
to 0.7.0 but when I restarted node-red I got the message “Flows stopped due to missing node types” with node-red-contrib-home-assistant-websocket nodes missing.
I tried to revert to 0.6.1 version in the docker container using npm unfortunately I still get the error.
Looking in the container it looks that I managed to downgrade to the 0.6.1 version
node-red@europa:~$ npm list --depth=0
npm info it worked if it ends with ok
npm info using [email protected]
npm info using [email protected]
[email protected] /usr/src/node-red
├── [email protected]
├── [email protected]
├── [email protected]
├── [email protected]
├── [email protected]
└── [email protected]
npm info ok
but in node-red I still view the reference to 0.7.0.
How can I fix this?