wende / autocomplete-elixir

Intelligent Elixir autocompletion provider for Atom autocomplete-plus
MIT License
42 stars 11 forks source link

Failed to spawn command `elixir`. Make sure `elixir` is installed and on your PATH #25

Closed davidmoshal closed 8 years ago

davidmoshal commented 8 years ago

Error message pops up when a new window opened:

Failed to spawn command elixir. Make sure elixir is installed and on your PATH

To reproduce: Open Atom, then open another window.
Problem resolves when this plugin is disabled, and re-appears when the plugin is enabled.

Note: elixir is definitely on the path!

More information: This error results in the development console opening, with this message in the console:

activate iex
activate linter-elixirc
'save-session.dataSaveFolder' could not set the default. Attempted default: undefined; Schema: {"type":"string","description":"The folder in which to save project states"}
Window load time: 2285ms
Uncaught BufferedProcessError: Failed to spawn command `elixir`. Make sure `elixir` is installed and on your PATH
subscribe

Other Elixir plugins all work fine. This error occurs even if all other elixir plugins are disabled and/or enabled.

davidmoshal commented 8 years ago

This is a duplicate of #14

davidmoshal commented 8 years ago

Confirmed that issue doesn't occur if atom launched from command line

atom