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
~/TestProjects/Caviar: deno run -A --unstable src/index.ts
⚠️ The `--unstable` flag is deprecated and will be removed in Deno 2.0. Use granular `--unstable-*` flags instead.
Learn more at: https://docs.deno.com/runtime/manual/tools/unstable_flags
error: Uncaught (in promise) TypeError: Deno[Deno.internal].core.ops.op_base64_decode is not a function
const DECODED = Deno.build.os === "darwin" && Deno.build.arch === "x86_64" ? Deno[Deno.internal].core.ops.op_base64_decode(BASE64) : new Uint8Array();
^
at https://glfw-binaries.deno.dev/3.4.0-patch2/glfw3_darwin.js:2:107
~/TestProjects/Caviar:
The text was updated successfully, but these errors were encountered:
When I run the deno demo, I get:
The text was updated successfully, but these errors were encountered: