We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3cf06b1 commit f1e8082Copy full SHA for f1e8082
package/scripts/deno_std/download.bat
@@ -6,4 +6,4 @@ if NOT DEFINED QUARTO_DENO (
6
)
7
8
set DENO_DIR=%~dp0\..\..\..\src\resources\deno_std\cache
9
-%QUARTO_DENO% cache --unstable-ffi --lock %~dp0\..\..\..\src\resources\deno_std\deno_std.lock %~dp0\deno_std.ts
+%QUARTO_DENO% cache --allow-import --unstable-ffi --lock %~dp0\..\..\..\src\resources\deno_std\deno_std.lock %~dp0\deno_std.ts
0 commit comments