terezka/elm-charts

Help with dependancies!

mewhit opened this issue · 0 comments

From new elm project. Just after the elm init

{
    "type": "application",
    "source-directories": [
        "src"
    ],
    "elm-version": "0.19.1",
    "dependencies": {
        "direct": {
            "elm/browser": "1.0.2",
            "elm/core": "1.0.5",
            "elm/html": "1.0.0"
        },
        "indirect": {
            "elm/json": "1.1.3",
            "elm/time": "1.0.0",
            "elm/url": "1.0.0",
            "elm/virtual-dom": "1.0.3"
        }
    },
    "test-dependencies": {
        "direct": {},
        "indirect": {}
    }
}

$ C:\dev\trading-chart-helper-v2\node_modules\.bin\elm install terezka/elm-charts
Here is my plan:

  Add:
    danhandrea/elm-time-extra    1.1.0
    debois/elm-dom               1.3.0
    elm/parser                   1.1.0
    elm/svg                      1.0.1
    justinmimbs/date             4.0.1
    justinmimbs/time-extra       1.1.1
    myrho/elm-round              1.0.4
    ryannhg/date-format          2.3.0
    terezka/elm-charts           3.0.0
    terezka/intervals            2.0.1

Would you like me to update your elm.json accordingly? [Y/n]: y
-- PROBLEM BUILDING DEPENDENCIES -----------------------------------------------

I ran into a compilation error when trying to build the following package:

    elm/svg 1.0.1

This probably means it has package constraints that are too wide. It may be
possible to tweak your elm.json to avoid the root problem as a stopgap. Head
over to https://elm-lang.org/community to get help figuring out how to take this
path!

Note: To help with the root problem, please report this to the package author
along with the following information:

    elm/core 1.0.5
    elm/html 1.0.0
    elm/json 1.1.3
    elm/virtual-dom 1.0.3

If you want to help out even more, try building the package locally. That should
give you much more specific information about why this package is failing to
build, which will in turn make it easier for the package author to fix it!

error Command failed with exit code 1.
info Visit https://yarnpkg.com/en/docs/cli/run for documentation about this command.