Closed garrow closed 7 years ago
Hey @garrow – it appears you've run the reactor from the root, instead of from the examples
folder (I tried to note it in the Readme).
The difference being that while elm-lang/html
is a dep for the example, it's not a dep for the library, hence the error.
Open to any suggestions for how I could make this clearer?
Perhaps a bold note in the readme?
Sure – a suggested change is welcome!
Closing in favor of #2
Using command
elm package install elm-lang/html
See: https://stackoverflow.com/questions/34201205/elm-cannot-find-module
I was getting the following error;
Now I don't