How do I install a version to work with Elm 0.19
jpcharlesworth opened this issue · 1 comments
jpcharlesworth commented
Is this a bug report?
No
Environment
node -v
: 10.6.1npm -v
: 6.10.3yarn --version
(if you use Yarn): Not usednpm ls create-elm-app -g
(if you haven’t ejected): -- create-elm-app@3.2.1
Then, specify:
- Operating system: Wndows 10 with latest upgrades
- Browser and version (if relevant): Google Chrome Version 76.0.3809.100 (Official Build) (64-bit)
Steps to Reproduce
(Write your steps here:)
- create-elm-app my-app
- cd my-app
- replace src/Main.elm by a valid elm version 0.19 file which imports Browser
- elm-appstart
Expected Behavior
(Write what you thought would happen.)
Actual Behavior
(Write what happened. Please add screenshots!)
Reproducible Demo
(Paste the link to an example project and exact instructions to reproduce the issue.)
halfzebra commented
Hello @jpcharlesworth!
Thanks for reaching out, the latest version of Create Elm App uses Elm Compiler v0.19, so I suspect there might be something else that causes your issue.
I'll close this issue for now, but please feel free to reopen it if you have further questions or comments.
Maybe it's a good idea to share the code that's causing the problem because the template uses Browser stuff out of the box.
Cheers!