alexa-samples / skill-sample-nodejs-adventure-game

This tool provides an easy to use front-end that allows developers to instantly deploy code for your story, or use the generated code as a starting point for more complex projects.
Apache License 2.0
510 stars 218 forks source link

Interactive Adventure Game Tool BLANK BROWSER WINDOW #40

Open jpfiorello opened 7 years ago

jpfiorello commented 7 years ago

Can anyone provide instructions on how to solve the blank browser problem. The instructions were followed and when the chrome browser opens there is a black screen. This has been reported already in March but I thought I would try again to get a resolution.

nekanek commented 6 years ago

npm install in /src directory solved it for me

philmcneely commented 6 years ago

I had to use the external URL, probably some firewall junk i have going on or using the port:

   Local: http://localhost:9000
External: http://192.168.0.6:9000

local didn't work, but 192.168.0.6:9000 was fine.