blob: 858f404ab59d40e3e6ccd7e668effbd7c3e65223 (
plain)
1
2
3
4
5
6
7
8
|
error: Uncaught (in promise) ReferenceError: Buffer is not defined
Buffer;
^
at [WILDCARD]buffer.js:1:1
info: Buffer is not available in the global scope in Deno.
hint: Import it explicitly with import { Buffer } from "node:buffer";,
or run again with --unstable-node-globals flag to add this global.
|