I had the issue myself and found the solution by editing the compiled .js files from the node_modules directory of my project. I wrapped everything that had file system paths in quotes (in both the mermaidCommand and parseDatamodel function) so that it is properly executed even when there are spaces in the directory path.
Fixes #113
I had the issue myself and found the solution by editing the compiled .js files from the node_modules directory of my project. I wrapped everything that had file system paths in quotes (in both the
mermaidCommand
andparseDatamodel
function) so that it is properly executed even when there are spaces in the directory path.All (22) tests passed as well