I'm receiving this error and node-red is stopping every couple hours.
[red] Uncaught Exception:
Error: read ECONNRESET
at TCP.onStreamRead (internal/stream_base_commons.js:111:27)
npm ERR! code ELIFECYCLE
npm ERR! errno 1
npm ERR! node-red-docker@1.3.5 start: node $NODE_OPTIONS node_modules/node-red/red.js $FLOWS "--userDir" "/data" "--safe"
npm ERR! Exit status 1
npm ERR!
npm ERR! Failed at the node-red-docker@1.3.5 start script.
npm ERR! This is probably not a problem with npm. There is likely additional logging output above.
npm ERR! A complete log of this run can be found in:
npm ERR! /root/.npm/_logs/dateT16_41_17_082Z-debug.log
I can't find any solution
[info] Node-RED version: v1.3.5
[info] Node.js version: v10.24.1
[info] Linux 4.19.0-19-cloud-amd64 x64 LE
It can work for a some hours until it crashes. Everything seems to work fine, but every 24h I think fails with that same error. I'm trying to upgrade node and npm to a newer version. Any other idea?