rgraciano / echo-sonos

Amazon Echo integration with Sonos
Other
712 stars 234 forks source link

Lambda Test Error #66

Closed farberm closed 7 years ago

farberm commented 7 years ago

Getting the following error when running save and test after src.zip upload. Using Node js 4.3 Any help would be appreciated.

{ "errorMessage": "Unexpected token ILLEGAL", "errorType": "SyntaxError", "stackTrace": [ "Module._compile (module.js:373:25)", "Object.Module._extensions..js (module.js:416:10)", "Module.load (module.js:343:32)", "Function.Module._load (module.js:300:12)", "Module.require (module.js:353:17)", "require (internal/module.js:12:17)", "Object. (/var/task/index.js:8:15)", "Module._compile (module.js:409:26)", "Object.Module._extensions..js (module.js:416:10)" ] }