I got the same error to #106 and it was caused by forgetting building fsautocomplete.exe. Adding build = "make fsautocomplete" to my dein.toml solved this problem.
The current error message BrokenPipeError: [Errno 32] Broken pipe is unhelpful, so this pull request replace it.
I got the same error to #106 and it was caused by forgetting building
fsautocomplete.exe
. Addingbuild = "make fsautocomplete"
to mydein.toml
solved this problem. The current error messageBrokenPipeError: [Errno 32] Broken pipe
is unhelpful, so this pull request replace it.