-
Notifications
You must be signed in to change notification settings - Fork 5
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Uncaught (in promise) Error: Module not found "node:https". #20
Comments
@harrisrobin Which version of Deno are you using? |
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. |
@harrisrobin It turns out that supabase cli doesn't support building edge function that imports modules with node specifiers for now. I've created an issue there: supabase/cli#1640 |
thanks for looking into it. i subscribed to the issue |
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: