Hi, I'm trying to use the Markdown library (evancz/elm-markdown) and I cannot seem to be able to make it work. I ran:
elm-package install evancz/elm-markdown and got version 3.0.0, apparently the only one that works with Elm 0.17, what I'm using. However, when I try to compile the project, it complains: elm-make: elm-stuff/build-artifacts/0.17.1/evancz/elm-markdown/3.0.0/Markdown.elmo: openFile: does not exist (No such file or directory) The directory exists, but only has a file graph.dat. However, in elm-stuff/packages I can see what seems to be the whole distribution, with Markdown.elm and Native/Markdown.js. Is that a bug somewhere, did I do something stupid? -- You received this message because you are subscribed to the Google Groups "Elm Discuss" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
