-
Notifications
You must be signed in to change notification settings - Fork 39
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Error: spawn /usr/local/bin/dot ENOENT #5
Comments
Did you manage to solve your problem? |
Sorry for the late response. I haven't used My system doesn't have the executable at I think it's in the file The path might work on *BSD, since they tend to place their packages in |
This bug also exists on Ubuntu, for the same reason. tsviz should not assume I worked around it by commenting out |
@chrislong Thanks for the workaround! It saved my day using tsviz on Ubuntu 16.04. |
@chrislong If anyone wonders, uml-builer.js is in /usr/local/lib/node_modules/tsviz/bin/uml-builder.js on Ubuntu |
We should execute |
I'm using nvm to manage my node installation.
tsviz fails on my setup, because it tries to run /usr/local/bin/dot which doesn't exist on my system.
I installed graphviz, but since it's a system package it still doesn't exist on that path.
The text was updated successfully, but these errors were encountered: