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
I wanted to add a new quarto extension to my project with this command :
quarto add mcanouil/quarto-iconify
As a result, I get this error :
$ quarto add mcanouil/quarto-iconify
============================================================
Deno has panicked. This is a bug in Deno. Please report this
at https://github.com/denoland/deno/issues/new.
If you can reliably reproduce this panic, include the
reproduction steps and re-run with the RUST_BACKTRACE=1 env
var set and include the backtrace in your report.
thread 'main' panicked at cli\args\mod.rs:681:41:
could not load platform certs: Os { code: 3, kind: NotFound, message: "The system cannot find the path specified." }
note: run with RUST_BACKTRACE=1 environment variable to display a backtrace
The text was updated successfully, but these errors were encountered:
I wanted to add a new quarto extension to my project with this command :
quarto add mcanouil/quarto-iconify
As a result, I get this error :
$ quarto add mcanouil/quarto-iconify
============================================================
Deno has panicked. This is a bug in Deno. Please report this
at https://github.com/denoland/deno/issues/new.
If you can reliably reproduce this panic, include the
reproduction steps and re-run with the RUST_BACKTRACE=1 env
var set and include the backtrace in your report.
Platform: windows x86_64
Version: 1.46.3
Args: ["C:\Users\aminhochlef\AppData\Local\Programs\Quarto\bin\tools\x86_64\deno", "run", "--unstable-kv", "--unstable-ffi", "--no-config", "--cached-only", "--no-lock", "--allow-all", "--v8-flags=--enable-experimental-regexp-engine,--max-old-space-size=8192,--max-heap-size=8192", "--importmap", "C:\Users\aminhochlef\AppData\Local\Programs\Quarto\bin\vendor\import_map.json", "C:\Users\aminhochlef\AppData\Local\Programs\Quarto\bin\quarto.js", "add", "mcanouil/quarto-iconify"]
thread 'main' panicked at cli\args\mod.rs:681:41:
could not load platform certs: Os { code: 3, kind: NotFound, message: "The system cannot find the path specified." }
note: run with
RUST_BACKTRACE=1
environment variable to display a backtraceThe text was updated successfully, but these errors were encountered: