You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I installed mermaid-filter with Bun rather than NPM (because NPM doesn't like actually working half the time), but now when I try to use mermaid-filter it cannot find mmdc, despite mmdc being in $PATH. Could you please add support for either lookup in $PATH or in specifically ~/.bun/bin?
The text was updated successfully, but these errors were encountered:
From the looks of it, this should be as simple as modifying externalTool() to also check in the same directory as mermaid-filter (or in ../bin if you prefer); this line already checks for ../.bin and could be copied down to check for ../bin as well
I installed mermaid-filter with Bun rather than NPM (because NPM doesn't like actually working half the time), but now when I try to use mermaid-filter it cannot find
mmdc
, despitemmdc
being in$PATH
. Could you please add support for either lookup in$PATH
or in specifically~/.bun/bin
?The text was updated successfully, but these errors were encountered: