matthewcorven

Results 11 comments of matthewcorven

@st034013 I ran into this as well. I found that the `C:\Users\[YOUR USER]\.vscode\extensions\gruntfuggly.mermaid-export-0.0.8\node_modules` directory doesn't contain a `.bin` subdirectory. Workaround: ```powershell cd "C:\Users\[YOUR USER]\.vscode\extensions\gruntfuggly.mermaid-export-0.0.8" npm i ``` That created my...