You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Feb 21, 2023. It is now read-only.
I followed the tutorial but am kind of lost now. I tried to test the example inside Lambda and get the following error message:
{
"errorMessage": "Cannot find module 'alexa-sdk'",
"errorType": "Error",
"stackTrace": [
"require (internal/module.js:11:18)",
"Object. (/var/task/index.js:3:15)",
"Module._compile (module.js:652:30)",
"Object.Module._extensions..js (module.js:663:10)",
"Module.load (module.js:565:32)",
"tryModuleLoad (module.js:505:12)",
"Function.Module._load (module.js:497:3)"
]
}
I new to all of this and a little confused. As I understood it this is related to node.js, which I installed. After that I tried to install the alexa sdk via console using "npm install --save alexa-sdk". Since I still get this error I think it did not work. As a last resort I included the sdk inside the .zip that is supposed to be uploaded.
What am I supposed to do now?
Hi,
I followed the tutorial but am kind of lost now. I tried to test the example inside Lambda and get the following error message:
{
"errorMessage": "Cannot find module 'alexa-sdk'",
"errorType": "Error",
"stackTrace": [
"require (internal/module.js:11:18)",
"Object. (/var/task/index.js:3:15)",
"Module._compile (module.js:652:30)",
"Object.Module._extensions..js (module.js:663:10)",
"Module.load (module.js:565:32)",
"tryModuleLoad (module.js:505:12)",
"Function.Module._load (module.js:497:3)"
]
}
I new to all of this and a little confused. As I understood it this is related to node.js, which I installed. After that I tried to install the alexa sdk via console using "npm install --save alexa-sdk". Since I still get this error I think it did not work. As a last resort I included the sdk inside the .zip that is supposed to be uploaded.
What am I supposed to do now?