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
Copy file name to clipboardExpand all lines: docs/projects/scripts.qmd
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -134,7 +134,7 @@ Quarto 1.6 ships with a version of Deno that has an unfortunate interaction betw
134
134
As a result, Quarto 1.6 might download some files (once, and then cache them) when the standard library is invoked.
135
135
Future versions of Quarto will ship with Deno 2, which does not suffer from this issue.
136
136
137
-
If you want to enforce the behavior from Quarto 1.5, you can set the [environment variable](/docs/advanced/environment-vars.qmd) `QUARTO_RUN_NO_NETWORK` to `true`.
137
+
If you want to enforce the behavior from Quarto 1.6, you can set the [environment variable](/docs/advanced/environment-vars.qmd) `QUARTO_RUN_NO_NETWORK` to `true`.
138
138
Note that this means that the imports from `stdlib/` will not work in general.
139
139
140
140
You may come across example code that embeds versions directly in Deno library imports. For example:
0 commit comments