Print error message if livedown executable can't be found#35
Print error message if livedown executable can't be found#35ethagnawl wants to merge 1 commit intoshime:masterfrom
Conversation
|
Thanks for contributing! Unfortunately your changes do not seem to detect the absence of the livedown executable. I use I've tried implementing the changes yesterday, but for some reason the Vim's |
|
Is a local version of livedown being detected via one of the two relative node_modules paths? I'll note that I don't totally understand what the use case for the relative paths is. On my setup it winds up looking in |
|
@shime Did you ever get a chance to re-review this in light of what I said above? I just tried using this plugin without the Node livedown package installed and my fork correctly reported the issue and the suggested solution. |
Closes #30.
Also adds support for new livedown plugin directory structure (node_modules/.bin => node_modules/bin).