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 extract-files@12.0.0/extractFiles.mjs #691

Closed
kpalmvik opened this issue Jul 26, 2023 · 0 comments
Closed

Failed to import extract-files@12.0.0/extractFiles.mjs #691

kpalmvik opened this issue Jul 26, 2023 · 0 comments
Labels
deno Not working in Deno

Comments

@kpalmvik
Copy link

Failing module

import {
  gql,
  GraphQLClient,
} from "https://deno.land/x/graphql_request@v4.1.0/mod.ts";

Error message

After running deno run I got this:

Error: Uncaught (in promise) TypeError: Module not found "https://cdn.esm.sh/extract-files@12.0.0/extractFiles.mjs".
    at https://deno.land/x/graphql_request@v4.1.0/src/createRequestBody.ts:2:47
  await import(entrypoint);
  ^
    at async dev (https://deno.land/x/fresh@1.3.1/src/dev/mod.ts:192:3)

Additional info

  • esm.sh version: CDN
  • Deno version: deno 1.35.1
@kpalmvik kpalmvik added the deno Not working in Deno label Jul 26, 2023
@ije ije closed this as completed in db42c50 Jul 26, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
deno Not working in Deno
Projects
None yet
Development

No branches or pull requests

1 participant