Running the provided example unmodified with nodejs version v21.4.0 shellies.on('add', async (device: Device) => { ^^^^^ (points to 'device') SyntaxError: missing ) after argument list Is this easily fixable?
Running the provided example unmodified with nodejs version v21.4.0
shellies.on('add', async (device: Device) => {
^^^^^ (points to 'device')
SyntaxError: missing ) after argument list
Is this easily fixable?