sebastiw / edts

Erlang Development Tool Suite
GNU Lesser General Public License v3.0
355 stars 82 forks source link

New elpa install produces error #213

Open borgauf opened 8 years ago

borgauf commented 8 years ago

I'm on 24.5 and just did a melpa-stable 0.1.0 install. I've got erl v7.3 running. I try to start edts with a M-x edts-mode, but I get this:

apply: Searching for program: no such file or directory, ./start.sh

What's happening here?

tjarvstrand commented 8 years ago

start.sh is what edts calls to start the main server node (the one that exposes an API to Emacs). Looks like a strange error. Do you have the file start.sh in the directory created by elpa?