Closed junjchen closed 6 years ago
If you cd examples/simple
and ./runserver
the elm-packages.json in there has the needed html library.
elm-ethereum itself has no html dependencies, so no need to add it in the main lib.
Hope that helps, Cheers!
Ah make sense, cheers
Add
elm-lang/html
to dependencies list inelm-packages.json
Reason: Was shown error messages below when try to load
Main.Elm
in./examples/simple