Skip to content

Deno babel helpers import fails #229

@abetaev

Description

@abetaev

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions