-
Notifications
You must be signed in to change notification settings - Fork 147
Description
Is this a bug report?
Yes
Environment
greg test_ui$ node -v v9.7.1
greg test_ui$ npm -v 5.6.0
greg test_ui$ npm ls create-elm-app -g /usr/local/lib
└── [email protected]
Then, specify:
- Operating system: MacOSX Sierra 10.12.6
- Browser and version (if relevant): NA
Steps to Reproduce
brew install npm
npm install create-elm-app -g
create-elm-app test_ui
cd test_ui
elm-app start
Could not find an open port at Gs-MacBook-Pro.local.
Network error message: getaddrinfo ENOTFOUND Gs-MacBook-Pro.local
Expected Behavior
The tool should have enabled elm-app start to work. Instead, it errored out.
Actual Behavior
Instead, got an error (see error above in the "steps to reproduce" section)
Reproducible Demo
https://github.com/greglearns/test_ui
See "how to reproduce" section above for steps used to create the github repo and the error.