mybuddymichael / linter-elm-make

Lint your Elm files in Atom with elm-make
MIT License
32 stars 12 forks source link

“The linter (or nuclide) package was not loaded” when using with `atom-ide-ui` #154

Closed dtinth closed 7 years ago

dtinth commented 7 years ago

Newly-released atom-ide comes with the Diagnostics tab from Nuclide. However, the package tries to detect the presence of hardcoded package names:

https://github.com/mybuddymichael/linter-elm-make/blob/bee4a24a6c7c8247066e7bc415f2c31ee40022ae/lib/linter-elm-make.js#L28-L33

This causes this error message to appear:

image

halohalospecial commented 7 years ago

Thanks @dtinth!