Open jxxcarlson opened 4 years ago
Yeah, the issue is that elm install
removes any json fields it doesn't know about. Current workarounds:
elm-json install
instead of elm install
https://github.com/zwilias/elm-json#installationelm-desktop-app
section after using elm install
This issue is also maybe a good argument that elm-desktop-app config needs to be stored in a separate file from elm.json
I've run into this same issue and elm-json didn't work when I tried it. I'll admit that I didn't try for very long, but I would like to be able to use elm install anyways. I think taking the configuration out into it's own file makes more sense, from my limited perspective as a brand new user of the tool.
Is there anything I can do to help get this resolved?
All running ok at this point. But if I install elm-ui,
elm-desktop-app run
fails.