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

Failed to import - `https://esm.sh/[email protected]/bin/tsc`

Open jespertheend opened this issue 3 years ago • 2 comments

Failing module

  • GitHub: https://github.com/Microsoft/TypeScript
  • npm: https://www.npmjs.com/package/typescript
deno run https://esm.sh/[email protected]/bin/tsc -V

Error message

After running deno run I got this:

error: Import 'https://esm.sh/[email protected]/bin/tsc' failed: 500 Internal Server Error

Additional info

  • esm.sh version: v89
  • Deno version: 1.24.1

jespertheend avatar Aug 02 '22 14:08 jespertheend

Still broken? https://esm.sh/[email protected]/bin/tsc and https://esm.sh/[email protected]/tsc

darim92 avatar Feb 04 '23 16:02 darim92

Screenshot 2023-02-05 at 01 15 51

currently the server doesn't support the bin field, then the esbuild cann't resolve the bin module

ije avatar Feb 04 '23 17:02 ije