mermaid-export
mermaid-export copied to clipboard
No `.bin` directory in the extension folder
I created a diagram.mermaid
file, added the mermaid code, saved it and then used the Mermaid Export: Export
command from the command palette.
Nothing happens, however here is what shows up in the log:
cwd:d:\dev\workspace\app\docs
command:c:\Users\sean\.vscode\extensions\gruntfuggly.mermaid-export-0.0.8/node_modules/.bin/mmdc -t default -i "d:\dev\workspace\app\docs\diagram.mermaid" -o "d:\dev\workspace\app\docs\diagram.png"
The system cannot find the path specified.
OK
Here is the exact contents of diagram.mermaid
:
sequenceDiagram A-->B: Works!
Here's a screenshot of the folder where .bin/
should be
--- Edit ---
This seems to be the same issue as #3