Potential path issue with Quarto Preview in Positron #15614
Replies: 2 comments 2 replies
|
It sounds like
|
|
I have a theory, if you are up for checking something out! I see In a Git Bash terminal in Positron, please run: printf '%s\n' "$QUARTO_R" | cat -vThe Another, if you have time, would be to open a PowerShell terminal in Positron and run |
Uh oh!
There was an error while loading. Please reload this page.
Not sure if this should be an issue as it could be a problem with my setup, but my Quarto preview is no longer working in Positron but seems to work when calling Quarto from CLI (git bash) or RStudio.
Consider this simple Quarto document (
test.qmd)When I try to Quarto
renderorpreview(via the Terminal window or Preview button), I get the following in Positron only:I have just updated R to see if there was an interpreter issue but the error remains the same, previous error started with
As mentioned above, this works fine in RStudio or Git bash, not sure what to make of the error.
Has anyone else had similar issues or see something I'm missing?
Any help would be appreciated.
System details:
Positron and OS details:
Positron Version: 2026.08.1 (user setup) build 2
Code - OSS Version: 1.124.0
Commit: 48dc4ce
Date: 2026-08-09T13:35:16-06:00
Electron: 42.2.0
Chromium: 148.0.7778.97
Node.js: 24.15.0
V8: 14.8.178.14-electron.0
OS: Windows_NT x64 10.0.26100
Session details:
Using R 4.6.1 in the default location (
C:\Program Files\R\R-4.6.1), on Windows 11.All reactions