I am running node-red 0.20.7, nodejs 8.11.2 in Termux on Android. When using node-red-contrib-cron-plus 0.3.0 with the timezone setting empty it shows a status of Error: check timezone setting
Though it does appear to be using the correct timezone (GB).
If I set the timezone to GB in the node then the field in the node config shows Europe/London
but when I Deploy it shows a red status Error creating Job and in the debug window it says "Error: Invalid IANA name or offset"
Running on Ubuntu it is ok (though that is with node 10.x)
It is not an urgent problem as with the empty timezone it is working ok except for the status message.
Yes it wanted to upgrade to 12.x but 10.x is available as nodejs-lts so I removed nodejs and installed nodejs-lts and now npm won't run. Also if I try to do a full package update then I get
E: This installation run will require temporarily removing the essential package libandroid-support:arm due to a Conflicts/Pre-Depends loop. This is often bad, but if you really want to do it, activate the APT::Force-LoopBreak option.
E: Internal Error, Could not early remove libandroid-support:arm (2)
which google suggests mean I need to remove the app and re-install which presumably means I will need to re-install mosquitto, node red and so on.