-
-
Notifications
You must be signed in to change notification settings - Fork 196
Closed
Labels
bugSomething isn't workingSomething isn't working
Description
Something wrong is going on with the server
GET https://cdn.esm.sh/v58/@babel/runtime@7.16.5/deno/helpers/esm/extends.js
results in
500 Internal Server Error
and the following body:
/* esm.sh - error */
throw new Error("[esm.sh] " + "parseCJSModuleExports: Can't resolve '@babel/runtime/helpers/esm/extends' in '/tmp/esm-build-c7210890451e520cc3e3082a95465dc682656511-0e7bcf98'");
export default null;
My build works just fine with local cache, but my CI fails with this error. Trying to add other dependencies locally causes this error during local build. Seems that something's affected the way esm.sh bundles libraries.
deno bundle prints the following line and exits
error: Import 'https://cdn.esm.sh/v58/@babel/runtime@7.16.5/deno/helpers/esm/extends.js' failed: 500 Internal Server Erro
Additional info
- esm.sh version: v58
- Deno version: 1.16.4
quaos and ayoreis
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working