You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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)
HOST=localhost elm-app start # pick port 3000, or, if that is used, then a random port
HOST=localhost PORT=5000 elm-app start # assign a port
HOST=localhost PORT=5000 npm run start # if you have ejected
Everything works great.
Thank you @halfzebra; it has been a pleasure working with create-elm-app.
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
└── create-elm-app@1.10.3
Then, specify:
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.
The text was updated successfully, but these errors were encountered: