Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

elm-review: MISSING ELM-REVIEW DEPENDENCY error #824

Open
alex-tan opened this issue Apr 24, 2024 · 0 comments
Open

elm-review: MISSING ELM-REVIEW DEPENDENCY error #824

alex-tan opened this issue Apr 24, 2024 · 0 comments
Labels

Comments

@alex-tan
Copy link

alex-tan commented Apr 24, 2024

What happened?

When running elm-review command:

(1, 1) MISSING ELM-REVIEW DEPENDENCY:
[PATH]/elm.json does not include jfmengels/elm-review in its direct dependencies.

Please add it by running elm install jfmengels/elm-review inside
of [PATH].

Could this be because the elm.json specifies multiple source-directories?

Relevant log output or stack trace

No response

Steps to reproduce

Run elm-review command

elm.json

{
    "type": "application",
    "source-directories": [
        "./src",
        "./generated",
        "../../shared-dir-a/src",
        "../../shared-dir-b/src",
        "../../shared-dir-c/src"
    ],
    "elm-version": "0.19.1",
    "dependencies": {
        "direct": {
            "Gizra/elm-keyboard-event": "1.0.1",
            "cuducos/elm-format-number": "9.0.1",
            "dtwrks/elm-book": "1.4.3",
            "elm/browser": "1.0.2",
            "elm/core": "1.0.5",
            "elm/html": "1.0.0",
            "elm/http": "2.0.0",
            "elm/json": "1.1.3",
            "elm/regex": "1.0.0",
            "elm/svg": "1.0.1",
            "elm/time": "1.0.0",
            "elm/url": "1.0.0",
            "elm-community/dict-extra": "2.4.0",
            "elm-community/html-extra": "3.4.0",
            "elm-community/json-extra": "4.3.0",
            "elm-community/list-extra": "8.7.0",
            "elm-community/maybe-extra": "5.3.0",
            "elm-community/result-extra": "2.4.0",
            "elm-community/string-extra": "4.0.1",
            "ianmackenzie/elm-units": "2.10.0",
            "justinmimbs/date": "4.0.1",
            "justinmimbs/timezone-data": "6.0.1",
            "ryan-haskell/date-format": "1.0.0",
            "timo-weike/generic-collections": "1.0.0",
            "tiziano88/elm-protobuf": "3.0.0",
            "turboMaCk/queue": "1.1.0"
        },
        "indirect": {
            "SwiftsNamesake/proper-keyboard": "4.0.0",
            "dillonkearns/elm-markdown": "7.0.1",
            "elm/bytes": "1.0.8",
            "elm/file": "1.0.5",
            "elm/parser": "1.1.0",
            "elm/virtual-dom": "1.0.3",
            "jweir/elm-iso8601": "5.0.2",
            "myrho/elm-round": "1.0.5",
            "pablohirafuji/elm-syntax-highlight": "3.5.0",
            "rtfeldman/elm-hex": "1.0.0",
            "rtfeldman/elm-iso8601-date-strings": "1.1.4"
        }
    },
    "test-dependencies": {
        "direct": {
            "elm-explorations/test": "2.1.2",
            "rtfeldman/elm-iso8601-date-strings": "1.1.4"
        },
        "indirect": {
            "elm/random": "1.0.0"
        }
    }
}

IntelliJ IDE details (should contain the Elm plugin version and OS details)

Version: 5.0.0
MacOS 14.4.1
IntelliJ 2024.1

@alex-tan alex-tan added the bug label Apr 24, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant