Here is a possible fix:
- I you don’t have Portainer:
Login in the CC100 with SSH then go to elevated user by using the commandsu -
Then use the commanddocker exec -ti --user root <containername> /bin/bashto open the container console as root.- If you have Portainer, use it to log in the container console in root.
- In the container console, go to the node-red data folder
cd /data/- Execute the command
npm rebuild --build-from-sourceThis will rebuild the serial node from source to the specific of the CC100 system.