We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
import { Client, Now } from "https://esm.sh/faunadb"
After running deno run I get this:
deno run
Download https://cdn.esm.sh/error.js?type=unsupported-nodejs-builtin-module&name=http2&importer=faunadb Download https://cdn.esm.sh/v51/deno_std_node_url.js Check file:///C:/Users/hugog/Documents/stickorz/fauna/api/main.ts error: Import 'https://cdn.esm.sh/error.js?type=unsupported-nodejs-builtin-module&name=http2&importer=faunadb' failed: 500 Internal Server Error at https://cdn.esm.sh/v51/faunadb@4.4.1/deno/faunadb.js:2:128
The text was updated successfully, but these errors were encountered:
there's no http2 module yet in deno_std
Sorry, something went wrong.
There is now an http2 module in https://deno.land/std@0.177.0/node/http2.ts
already supported in fact,check https://github.com/ije/esm.sh/blob/4539a4c178c8d204f1e58109204ba5da5f3df8a8/server/nodejs.go#L131
No branches or pull requests
Failing module
Error message
After running
deno run
I get this:Additional info
The text was updated successfully, but these errors were encountered: