-
Notifications
You must be signed in to change notification settings - Fork 254
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
How to setup up mermaid to use already installed chromium? #331
Comments
Yes, it should be possible on Linux/MacOS, although I've got no idea if it will work on Windows. If you run mermaid-cli with the These are options passed to The useful options for you are:
You'll probably want a file called {
"executablePath": "C:\\path\\to\\your\\chrome.exe"
} Then run mermaid-cli with option You might also be able to do the same thing with environment variables by following: https://pptr.dev/#environment-variables. Btw, if you set |
@habdank : if you can confirm the solution above, then we will create a section in our docs for it. |
Hi!
We have installed by corporate platform Chromium based browser.
Due to security policies, no other browser is allowed.
Therefore starting mermaid-cli I am getting the following error:
Is it possible to configure mermaid-cli to use other (pre-installed) chromium?
Thanks in advance for help.
The text was updated successfully, but these errors were encountered: