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 @vercel/og #853

Open
nounder opened this issue Jul 12, 2024 · 0 comments
Open

Failed to import @vercel/og #853

nounder opened this issue Jul 12, 2024 · 0 comments
Labels
deno Not working in Deno

Comments

@nounder
Copy link

nounder commented Jul 12, 2024

Failing module

import * as og from "https://esm.sh/@vercel/og"

Error message

After running deno run I got this:

Uncaught TypeError: Import 'https://esm.sh/@vercel/[email protected]' failed: 500 Internal Server Error
    at async <anonymous>:1:33

Direct request to https://esm.sh/@vercel/[email protected] results in:

/* esm.sh - error */
throw new Error("[esm.sh] " + "esbuild: No loader is configured for \".wasm\" files: ../esmd/npm/@vercel/[email protected]/node_modules/.pnpm/@[email protected]/node_modules/@vercel/og/dist/resvg.wasm?module");
export default null;

Additional info

  • Deno version: Deno 1.43.6
@nounder nounder added the deno Not working in Deno label Jul 12, 2024
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