tlovett1 / alexa-skill-test

Test Alexa skills through a local Express server.
43 stars 9 forks source link

Failed to compile error #1

Closed alexc-MSFT closed 7 years ago

alexc-MSFT commented 7 years ago

Looks like a useful tool however trying on trying to run it i'm getting a compile error -

Module parse failed: C:\Users...\AppData\Roaming\npm\node_modules\alexa-skill-test\src\index.js Unexpected token (19:2) You may need an appropriate loader to handle this file type. | | render( | | | , webpack: Failed to compile.

Any ideas?

Also does this tool support ES6? It seems lambda-local and node-lambda don't support it properly so this might be a good workaround for me.

tempestn commented 7 years ago

^ Just tried, and I'm seeing exact same issue

tlovett1 commented 7 years ago

Hey guys, this should be fixed in 1.0.4 (on npm). Can you confirm?

tempestn commented 7 years ago

Working now - thanks!