Alan Yong
Alan Yong
I don't understand why need to switch to `.mjs` extension. I don't understand why after I add `"type": "module"` it still not working. I don't understand why need `esm` at...
Can we reopen this issue. pm2 4.4.0 have the same problem again
use `babel` to build file and run with `pm2`
problem still persists after 1 year
the `SomeService` is the class going to export or extends/implements class/interface?
Can't solve anything
Actually can. You just need write more code.
The way I did is connect the first device and disconnect, then connect the other one. I used this package to connect bluetooth printer. So might be different approach.
I can connect two devices at once but only one will use if call both devices. I create a class (eg: BluetoothConnect) to call `bluetoothSerial` and use `new BluetoothConnect()` for...