You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Warn and skip preview build when npm is missing during configure
Check for npm at the start of configure() instead of failing late in
buildQuartoPreviewJs() after ~300MB of downloads. When npm is missing,
emit a warning explaining that the quarto preview live-reload feature
will not be available, then skip the quarto-preview.js build step.
The rest of Quarto (render, pdf, publish) builds and runs normally.
0 commit comments