[Bug] Serialport does not work on RPi. Multiple errors
Error 1: Mismatched NODE_MODULE_VERSIONs (103 and 106) due to serialport being built against different version of node (103 is the version on RPi - 16.17.0 and 106 is the internal version of node inside electron)
Error 2: No native module built for params (arch=arm kernel=linux uv=1 node=106 electron=19.0.0) this is also because the module serialport was not built against RPi environment or built but the process doesn't emit the necessary binary files)