What would be the minimal list of Json dependencies required for a project 
to work?

Writing:
"dependencies": {
        "elm-lang/core": "4.0.0 <= v < 5.0.0",
        "elm-lang/html": "1.0.0 <= v < 2.0.0",
        "elm-lang/window": "1.0.0 <= v < 2.0.0",
        "debois/elm-dom": "1.2.0 <= v < 2.0.0",
        "debois/elm-parts": "2.0.0 <= v < 3.0.0"
    },


leads to a compiler error

I cannot find module 'Material'

Module 'Main' is trying to import it

-- 
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.

Reply via email to