On Friday, August 5, 2016 at 11:56:29 AM UTC+1, Rupert Smith wrote: > > On Wednesday, August 3, 2016 at 11:07:00 PM UTC+1, debois wrote: >> >> I'm very happy to announce the release of elm-mdl 7.0.0. This release >> marks a substantial achievement of elm-mdl: we have now ported *every* >> component >> of Google's Material Design Lite >> <https://getmdl.io/components/index.html>! >> > I am trying to build the demo code, but not within the github project, I > copied it out and made my own elm-package.json with the same dependencies > in it. > > I get this error: > > >> I cannot find module 'Material.Template'. > >> > >> Module 'Demo.Template' is trying to import it. > >> > >> Potential problems could be: > >> * Misspelled the module name > >> * Need to add a source directory or new dependency to elm-package.json > Warning: I cannot find module 'Material.Template'. > > I also notice that Material.Template is not in the package documentation. > > Is Material.Template not part of release? Just something that is only > private to the Demo? >
Don't worry, I see that Demo.Template is commented out of the Demo.elm. I just deleted Template.elm and now it works. -- 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.
