Skip to content

Microsoft Edge not detected (Quarto 1.6.4) #10464

@Steinthal

Description

@Steinthal

Bug description

I've removed chromium from my MacBook (and Mac Mini). After a restart, Quarto 1.6.4 complains that no chromium was detected and does not use Microsoft Edge which is installed. Reference: #10172

Steps to reproduce

Take the example from the original post (#10162):

---
title: "In-Class: Relations - Digraphs"
format: 
  pdf: default
---

Any quarto document that includes a diagram and compiling a PDF; here's a sample:


```{dot}
//| fig-width: 2
digraph {
  node [shape = circle, width=0.5];
  rankdir = LR;
  1 -> 1;
  1 -> 2;
  2 -> 4; 
  1 -> 3;
  3 -> 4;
  4 -> 1;
}

```

Expected behavior

Edge should be used if chromium is not installed

Actual behavior

Error message:

ERROR: Chrome not found

No Chrome or Chromium installation was detected.

Please run 'quarto install chromium' to install Chromium.

Your environment

  • IDE: n/a
  • macOS: 14.6 (23G80) as well as 15.1 Beta (24B5009l)

Quarto check output

Quarto 1.6.4
[✓] Checking versions of quarto binary dependencies...
      Pandoc version 3.2.0: OK
      Dart Sass version 1.70.0: OK
      Deno version 1.41.0: OK
      Typst version 0.11.0: OK
[✓] Checking versions of quarto dependencies......OK
[✓] Checking Quarto installation......OK
      Version: 1.6.4
      Path: /Applications/quarto/bin

[✓] Checking tools....................OK
      TinyTeX: (not installed)
      Chromium: (not installed)

[✓] Checking LaTeX....................OK
      Using: Installation From Path
      Path: /Library/TeX/texbin
      Version: 2024

[✓] Checking basic markdown render....OK

[✓] Checking Python 3 installation....OK
      Version: 3.10.2
      Path: /Users/USER/.pyenv/versions/3.10.2/bin/python3
      Jupyter: 5.3.1
      Kernels: python3

[✓] Checking Jupyter engine render....OK

[✓] Checking R installation...........OK
      Version: 4.4.1
      Path: /Library/Frameworks/R.framework/Resources
      LibPaths:
        - /Library/Frameworks/R.framework/Versions/4.4-arm64/Resources/library
      knitr: 1.48
      rmarkdown: 2.27

[✓] Checking Knitr engine render......OK

Metadata

Metadata

Assignees

Labels

bugSomething isn't workingchromiumpuppeteerIssues with puppeteer and remote chromium rendering

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions