Updating Mermaid #7401
Unanswered
jtrentes
asked this question in
Help / Questions
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm facing an issue updating Mermaid to version 9.1.6 (I know there's a more recent version, but if I can get version 9.1.6, that'll be good enough).
I downloaded sources and I'm using the dev container environement and VS Code.
Here's what I've done:
"mermaid": "9.1.6"
in package.json file.yarn install
followed byyarn dev
to start the application.However, I'm encountering the following error in the console:
I've also tried building the application for production (using docker), but the same error persists.
Do you have any suggestions for troubleshooting this issue? Is there a way to get more detailed error information?
Beta Was this translation helpful? Give feedback.
All reactions