-
Notifications
You must be signed in to change notification settings - Fork 147
Closed
Labels
bugA bug-reportA bug-report
Description
Is this a bug report?
Yes
Environment
node -v: v8.4.0npm -v: 5.6.0yarn --version(if you use Yarn): 0.27.5npm ls create-elm-app -g(if you haven’t ejected): 1.10.1
Then, specify:
- Operating system: MacOS Sierra 10.12.6 (Development) / Win7 Virtual Machine
- Browser and version (if relevant): IE11 11.0.9600 In virtual machine
Steps to Reproduce
When starting the development server, and visiting 10.0.2.2:3000 in a windows virtual machine IE11 browser (maps to localhost:3000) on the actual machine a blank page shows up.
In the console the error
(Write your steps here:)
$ create-elm-app foo$ cd foo$ elm-app start- visit
10.0.2.2:3000in IE11 on windows virtual machine - see blank page, inspect, reload to see error
Expected Behavior
I woud expect to see the create-elm-app initial page Your elm app is working
Actual Behavior
A blank page appears with an error in the console
Reproducible Demo
I did not include a demo since the issue appears immediately after creating a new elm-app.
kspeakman, xtian, muelli, xesrevinu, tduongbui and 1 more
Metadata
Metadata
Assignees
Labels
bugA bug-reportA bug-report

