hobbyquaker / lirc2mqtt

An Interface that connects LIRC (Infrared Transceiver) to MQTT. :tv: :radio:
MIT License
23 stars 9 forks source link

SyntaxError: Unexpected identifier let lircConnected #3

Closed adumont closed 7 years ago

adumont commented 7 years ago

Just installed, and

$ lirc2mqtt --help

/usr/local/lib/node_modules/lirc2mqtt/index.js:13 let lircConnected; ^^^^^^^^^^^^^ SyntaxError: Unexpected identifier at Module._compile (module.js:439:25) at Object.Module._extensions..js (module.js:474:10) at Module.load (module.js:356:32) at Function.Module._load (module.js:312:12) at Function.Module.runMain (module.js:497:10) at startup (node.js:119:16) at node.js:906:3

Anything else I can add?

hobbyquaker commented 7 years ago

you need node.js 6.0 or higher to use lirc2mqtt