During my lunchtimes I am building an Alexa app.
I was getting an error around alexa sdk not found and fixed that buy uploading the local version of alexa sdk (installed using npm).
However, when I then go in and use Lanmda's online nodejs editor for alexa, this overrides the alexa sdk I uploaded and I am back to square one.
How do you get round this issue? Do I have to do all my js coding offline and then upload each time? If so, it kind of defeats the object of having an online nodejs editor?