Orasund / elm-ui-widgets

Collection of reusable views for elm-ui.
https://orasund.github.io/elm-ui-widgets/
BSD 3-Clause "New" or "Revised" License
85 stars 11 forks source link

get MODULE NOT FOUND import FeatherIcons when running example #25

Closed Delli closed 3 years ago

Delli commented 3 years ago

Hi there , what I am doing wrong ?
I cloned the repo ( like to add widgets ) then run elm reactor. on elm-ui-widgets-master\example\src\Example\Button.elm elm gives me MODULE NOT FOUND import FeatherIcons but in elm.json there is "feathericons/elm-feather": "1.4.0",
what did I miss ?

Orasund commented 3 years ago

Have you run elm reactor within the example folder? This should to the trick. I also noticed a different bug within the example folder, so please pull the new master branch.

Orasund commented 3 years ago

I'll close the issue now, if you still have problems, please open a new issue.