rmtuckerphx / alexa-skill-serverless-starter-template

An Alexa Skill starter project template that uses the Serverless Framework and the Alexa Skills Kit SDK for Node.js
MIT License
81 stars 11 forks source link

Issue running "npm run iam" #3

Closed rmtuckerphx closed 7 years ago

rmtuckerphx commented 7 years ago

Heads up, I ran into an issue at the step: "npm run iam" Root turned out to be a dependency issue for node-fibers when using the latest version of node - see https://github.com/alexeypetrushin/synchronize/issues/54

rmtuckerphx commented 7 years ago

I recommend staying at Node 4.3.2 since that is what Lambda uses: http://docs.aws.amazon.com/lambda/latest/dg/current-supported-versions.html

GreenPioneer commented 7 years ago

Hey @rmtuckerphx I have some questions for you on this project if you have time

rmtuckerphx commented 7 years ago

Now using Node 6