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

Failed to import - typeorm

Open kokuyouwind opened this issue 2 years ago • 1 comments

Failing module

  • GitHub: https://github.com/typeorm/typeorm
  • npm: https://www.npmjs.com/package/typeorm
import "https://esm.sh/[email protected]"

Error message

After running deno run I got this:

Uncaught SyntaxError: The requested module '/v111/[email protected]/deno/browser/error.js' does not provide an export named 'TypeORMError'
    at async <anonymous>:2:1

Additional info

  • esm.sh version: v111
  • Deno version: 1.31.1

kokuyouwind avatar Mar 14 '23 02:03 kokuyouwind

Screenshot 2023-03-16 at 00 35 42

the exports looks weird, looking into it

ije avatar Mar 15 '23 16:03 ije