Hey guys,
I'm stuck installing the authoring tool, I get to installing node and I get this error:
Saschas-MBP-2:adapt_authoring-master Accipio$ sudo node install
/Users/Accipio/Downloads/adapt_authoring-master/lib/usermanager.js:153
var tenantName = `${profile.auth}-${newUser._id}`;
^
SyntaxError: Unexpected token ILLEGAL
at exports.runInThisContext (vm.js:73:16)
at Module._compile (module.js:443:25)
at Object.Module._extensions..js (module.js:478:10)
at Module.load (module.js:355:32)
at Function.Module._load (module.js:310:12)
at Module.require (module.js:365:17)
at require (module.js:384:17)
at Object.<anonymous> (/Users/Accipio/Downloads/adapt_authoring-master/lib/auth.js:21:19)
at Module._compile (module.js:460:26)
at Object.Module._extensions..js (module.js:478:10)
I have attached screenshots of the error and the file it references. Also searched google for options but am unable to find any solutions.
Can someone help?