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
import * as serpapi from "https://deno.land/x/serpapi@2.0.0/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/eszip@v0.35.0/eszip_wasm.generated.js:513:19)
at <anonymous> (https://deno.land/x/eszip@v0.35.0/eszip_wasm_bg.wasm:1:1559899)
at <anonymous> (https://deno.land/x/eszip@v0.35.0/eszip_wasm_bg.wasm:1:1398157)
at <anonymous> (https://deno.land/x/eszip@v0.35.0/eszip_wasm_bg.wasm:1:1895031)
at __wbg_adapter_40 (https://deno.land/x/eszip@v0.35.0/eszip_wasm.generated.js:229:6)
at real (https://deno.land/x/eszip@v0.35.0/eszip_wasm.generated.js:213:14)
I'm new to Deno, and not sure what I'm doing wrong. Any ideas?
The text was updated successfully, but these errors were encountered:
@harrisrobin Which version of Deno are you using?
deno 1.37.2
node v18.15.0
Some more info:
this happens specifically when i try to deploy my supabase edge function and downgrading to serpapi 1.1.1 solved the issue for me which is okay for now.
Hi, when trying to use serpapi with Deno
I run into the following error:
I'm new to Deno, and not sure what I'm doing wrong. Any ideas?
The text was updated successfully, but these errors were encountered: