quarto-dev / quarto-cli

Open-source scientific and technical publishing system built on Pandoc.
https://quarto.org
Other
3.6k stars 294 forks source link

Error when trying to publish a Quarto revealjs presentation #7397

Closed mauriziopassariello closed 8 months ago

mauriziopassariello commented 8 months ago

Bug description

Hi, When I try to publish a Quarto presentation and put the command in the terminal "quarto publish quarto-pub" I get this error: ERROR: Unknown command "publish". Did you mean command "preview"? I am running R on RStudio on a mac. I. recently updated R and Rstudio. Can someone help me fix this? Thanks!

Steps to reproduce

No response

Expected behavior

No response

Actual behavior

No response

Your environment

No response

Quarto check output

No response

### Tasks
mcanouil commented 8 months ago

Please fill in the sections for the template, in particular the environment and Quarto version.

mauriziopassariello commented 8 months ago

Im using a mac with macos 14 sonoma Quarto check produces this result: [✓] Checking Quarto installation......OK Version: 0.9.298 Path: /Applications/quarto/bin

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

[✓] Checking Python 3 installation....(None)

  Unable to locate an installed version of Python 3.
  Install Python 3 from https://www.python.org/downloads/

[✓] Checking R installation...........OK Version: 4.3.1 Path: /Library/Frameworks/R.framework/Resources LibPaths:

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

I'm using RStudio Version 2023.09.1+494 (2023.09.1+494)

mcanouil commented 8 months ago

There is no bug here, you are using a very old version of Quarto. Please either upgrade RStudio to get an updated version or install Quarto as a standalone software. See https://quarto.org/docs/get-started/.

I am going ahead and close this.

mauriziopassariello commented 8 months ago

Thanks very much