alexa-samples / skill-sample-nodejs-adventure-game

This tool provides an easy to use front-end that allows developers to instantly deploy code for your story, or use the generated code as a starting point for more complex projects.
Apache License 2.0
510 stars 218 forks source link

Where is gamebook.zip ? #62

Closed Notsofastmatey closed 6 years ago

Notsofastmatey commented 6 years ago

When I get to the step

Upload the zip file lambda/custom/gamebook.zip.

I can't find that file. Do I need to create it myself from the files in the custom folder, adding in extra files for the dependencies?

Thanks,

Simon

Notsofastmatey commented 6 years ago

I created the zip with the correct dependencies myself using npm install.

tekanoid commented 6 years ago

Can you explain how/what you did?

Notsofastmatey commented 6 years ago

I was trying to do it all in the browser using the inline code editor, but that doesn't work. You have to install node.js on your local machine and follow the tutorials from there. I can't remember any more details - sorry!