elm-community / SublimeElmLanguageSupport

Elm language syntax highlighting and tool integration for ST2/3.
https://packagecontrol.io/packages/Elm%20Language%20Support
MIT License
33 stars 12 forks source link

Support Elm binaries in project-local NPM packages #38

Open sentience opened 6 years ago

sentience commented 6 years ago

Elm Language Support relies on binaries (elm-make, elm-oracle, etc.) installed globally on the system.

It is possible (though not officially supported) to install the Elm platform in a project's local node_modules directory. @bholtbholt has requested in #12 that Elm Language Support detect and use these locally-installed binaries when they are available.

See the README for the elm npm package for the official installation instructions, which say to install the package globally.