Open
Description
Hi, when trying to use serpapi with Deno
import * as serpapi from "https://deno.land/x/[email protected]/mod.ts";
I run into the following error:
error: Uncaught (in promise) Error: Module not found "node:https".
const ret = new Error(getStringFromWasm0(arg0, arg1));
^
at __wbg_new_8d2af00bc1e329ee (https://deno.land/x/[email protected]/eszip_wasm.generated.js:513:19)
at <anonymous> (https://deno.land/x/[email protected]/eszip_wasm_bg.wasm:1:1559899)
at <anonymous> (https://deno.land/x/[email protected]/eszip_wasm_bg.wasm:1:1398157)
at <anonymous> (https://deno.land/x/[email protected]/eszip_wasm_bg.wasm:1:1895031)
at __wbg_adapter_40 (https://deno.land/x/[email protected]/eszip_wasm.generated.js:229:6)
at real (https://deno.land/x/[email protected]/eszip_wasm.generated.js:213:14)
I'm new to Deno, and not sure what I'm doing wrong. Any ideas?
Metadata
Metadata
Assignees
Labels
No labels