Trying to install smartthings-mqtt-bridge

I’m really new to HomeAssistant, just got it installed on a Raspberry Pi 3 last night. HomeAssistant installed well, but my real goal is to get it linked up with my SmartThings.

I’m trying to follow the instructions here:

But its not working out for me.

I installed nodejs and npm
sudo apt-get install nodejs npm

Then tried to do the install with npm
sudo npm install -g smartthings-mqtt-bridge

It also appeared to install, I did get a bunch of warnings, but no errors. After the install, I can run the binary, but it crashes with the following:
pi@raspberrypi:~ $ smartthings-mqtt-bridge

/usr/local/lib/node_modules/smartthings-mqtt-bridge/node_modules/request/node_modules/hawk/node_modules/boom/lib/index.js:5
const Hoek = require(‘hoek’);
^^^^^
SyntaxError: Use of const in strict mode.
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 Module.require (module.js:364:17)
at require (module.js:380:17)
at Object. (/usr/local/lib/node_modules/smartthings-mqtt-bridge/node_modules/request/node_modules/hawk/lib/index.js:5:33)
at Module._compile (module.js:456:26)
at Object.Module._extensions…js (module.js:474:10)
at Module.load (module.js:356:32)

Any help would be appreciated.

Found the answer here: