Skip to content
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

Failed to import - http2 (builtin node module) #224

Closed
hazae41 opened this issue Dec 9, 2021 · 3 comments
Closed

Failed to import - http2 (builtin node module) #224

hazae41 opened this issue Dec 9, 2021 · 3 comments
Labels
bug Something isn't working

Comments

@hazae41
Copy link

hazae41 commented Dec 9, 2021

Failing module

import { Client, Now } from "https://esm.sh/faunadb"

Error message

After running deno run I get this:

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

Additional info

  • esm.sh version: v55
  • Deno version: 1.16.4
@hazae41 hazae41 added the bug Something isn't working label Dec 9, 2021
@talentlessguy
Copy link
Contributor

there's no http2 module yet in deno_std

@Eusebiotrigo
Copy link

There is now an http2 module in https://deno.land/std@0.177.0/node/http2.ts

@ije
Copy link
Member

ije commented Feb 21, 2023

@ije ije closed this as completed Feb 21, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

4 participants