esm.sh
esm.sh copied to clipboard
Failed to import - [email protected]
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