mroch / baby-connect-alexa-skill

An Alexa skill for interacting with Baby Connect
BSD 3-Clause "New" or "Revised" License
1 stars 0 forks source link

documentation is missing npm install step #6

Open critichu opened 6 years ago

critichu commented 6 years ago

In section https://github.com/mroch/baby-connect-alexa-skill#dependencies, between yarn install and yarn run zip, I had to run npm install, otherwise the AWS console will report that it cannot find module alexa-sdk.

PS: thanks for the -otherwise- great step-by-step instructions