esm.sh icon indicating copy to clipboard operation
esm.sh copied to clipboard

Failed to import - [email protected]

Open marvinhagemeister opened this issue 4 months ago • 0 comments

Failing module

  • GitHub: https://github.com/highlightjs/highlight.js
  • npm: https://www.npmjs.com/package/highlight.js
import * as highlight from "https://esm.sh/[email protected]";
console.log(highlight);

Error message

After running deno run I got this:

error: Import 'https://esm.sh/v135/[email protected]/denonext/lib.js' failed: 500 Internal Server Error
    at https://esm.sh/[email protected]:2:8

Additional info

  • esm.sh version: 135
  • Deno version: deno 1.46.3

marvinhagemeister avatar Oct 08 '24 12:10 marvinhagemeister