supermario / elm-countries

elm-countries package
http://package.elm-lang.org/packages/supermario/elm-countries/latest/Countries
MIT License
17 stars 4 forks source link

Added elm-lang/html package to example #1

Closed garrow closed 7 years ago

garrow commented 7 years ago

Using command elm package install elm-lang/html

See: https://stackoverflow.com/questions/34201205/elm-cannot-find-module

I was getting the following error;

image

Now I don't

image

supermario commented 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?

garrow commented 7 years ago

Perhaps a bold note in the readme?

supermario commented 7 years ago

Sure – a suggested change is welcome!

garrow commented 7 years ago

Closing in favor of #2