Skip to content
This repository was archived by the owner on Feb 21, 2023. It is now read-only.
This repository was archived by the owner on Feb 21, 2023. It is now read-only.

Cannot find module 'alexa-sdk' #79

@thormon

Description

@thormon

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?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions