You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have read the console error message carefully (if applicable).
Description
On a brand new installation of Docusaurus I wanted to create a sequence diagram using zenuml, which is part of mermaid since 10.2.3.
In order to add support for zenuml you have to install the support package @mermaid-js/mermaid-zenuml but unfortunately this package has conflicting dependencies with Docusaurus as seen here:
It seems that the culprit is @docusaurus/plugin-debug which dependes on @microlink/react-json-view which has this dependency "flux": "~4.0.1" defined that does not support React 18.
Josh-Cena
added
closed: duplicate
This issue or pull request already exists in another issue or pull request
and removed
bug
An error in the Docusaurus core causing instability or issues with its execution
status: needs triage
This issue has not been triaged by maintainers
labels
Nov 16, 2023
Have you read the Contributing Guidelines on issues?
Prerequisites
npm run clear
oryarn clear
command.rm -rf node_modules yarn.lock package-lock.json
and re-installing packages.Description
On a brand new installation of Docusaurus I wanted to create a sequence diagram using
zenuml
, which is part of mermaid since 10.2.3.In order to add support for
zenuml
you have to install the support package@mermaid-js/mermaid-zenuml
but unfortunately this package has conflicting dependencies with Docusaurus as seen here:Reproducible demo
No response
Steps to reproduce
npx create-docusaurus@latest docusaurus classic
cd docusaurus
npm install --save @docusaurus/theme-mermaid
npm install --save @mermaid-js/mermaid-zenuml
Expected behavior
@mermaid-js/mermaid-zenuml
would install cleanly, so mermaid markdown blocks withzenuml
would render.Actual behavior
Unable to install
@mermaid-js/mermaid-zenuml
Your environment
Docusaurus 3.0.0
Node.js v20.9.0
macOS 14.1 (23B74)
Self-service
The text was updated successfully, but these errors were encountered: