node.js cannot read property of “New”
问题 I'm trying to resolve an issue with my Alexa Skill right now. I watched and read a lot of tutorials and tried to search for it, but I always get a cryptic Error Message from Node.js... I just try to send a http request, so nothing complicated. My Code looks like this: var https = require('https') exports.handler = (event, context) => { try { if (event.session.new) { console.log("NEW SESSION") } switch (event.request.type) { case "LaunchRequest": console.log(`LAUNCH REQUEST`) context.succeed(