Skip to content

Commit e6de3cb

Browse files
Update superseded command
Fixes: ``` >quarto render ... ERROR: Chrome not found No Chrome or Chromium installation was detected. Please run 'quarto tools install chromium' to install Chromium. > quarto tools install chromium This command has been superseded. Please use `quarto install` instead. "
1 parent 265e3dc commit e6de3cb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/core/puppeteer.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -264,7 +264,7 @@ export async function getBrowserExecutablePath() {
264264
if (executablePath === undefined) {
265265
error("Chrome not found");
266266
info(
267-
"\nNo Chrome or Chromium installation was detected.\n\nPlease run 'quarto tools install chromium' to install Chromium.\n",
267+
"\nNo Chrome or Chromium installation was detected.\n\nPlease run 'quarto install chromium' to install Chromium.\n",
268268
);
269269
throw new Error();
270270
}

0 commit comments

Comments
 (0)