mermaid-export icon indicating copy to clipboard operation
mermaid-export copied to clipboard

No `.bin` directory in the extension folder

Open seangwright opened this issue 4 years ago • 1 comments

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

Annotation 2020-04-24 200632

--- Edit ---

This seems to be the same issue as #3

seangwright avatar Apr 25 '20 00:04 seangwright