Gruntfuggly / mermaid-export

A vscode extension to wrap mermaid.cli in order to export mermaid diagrams to image files
15 stars 4 forks source link

Image not exported #11

Open zioalex opened 3 years ago

zioalex commented 3 years ago

Hi dear maintainers, I tried to use the extension but no image has been created and no error is thrown out.

Looking in the debug log I see:

Installing mermaid.cli...
cwd:\\MY_NETWORK_SHARE\homes\8\MY_USER\Documents\Repos\Azure\MY_FOLDER\MY_REPO
command:c:\Users\MY_USER\.vscode\extensions\gruntfuggly.mermaid-export-0.0.8/node_modules/.bin/mmdc -t default -i "\\MY_NETWORK_SHARE\homes\8\MY_USER\Documents\Repos\Azure\MY_FOLDER\MY_REPO\Docs\MY_FOLDER\MY_DOC.md" -o "\\MY_NETWORK_SHARE\homes\8\MY_USER\Documents\Repos\Azure\MY_FOLDER\MY_REPO\Docs\MY_FOLDER\MY_DOC.png"
'\\MY_NETWORK_SHARE\homes\8\MY_USER\Documents\Repos\Azure\MY_FOLDER\MY_REPO'
CMD.EXE was started with the above path as the current directory.
UNC paths are not supported.  Defaulting to Windows directory.

The system cannot find the path specified.

OK

It looks like it cannot run in a shared folder. Can you help with it? Thanks