-
Notifications
You must be signed in to change notification settings - Fork 180
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
Failed to install mermaid #70
Comments
I am getting this error as well on macOS Mojave 10.14.6 (Supplemental Update 2). Cloned from github,
|
Same for me on ubuntu 18.04 :
mik@mermaid:~/mermaid-live-editor$ node --version |
It looks like @mermaid-js/mermaid doesn't exist right now. I had to run "yard add mermaid" then change all the references to just mermaid instead of @mermaid-js/mermaid. Diff below. Oh, had to comment out the last change too. I'm sure this is not what the maintainers intended, but it got me up and running for now.
|
The text was updated successfully, but these errors were encountered: