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

Failed to import - "https://raw.esm.sh/gh/rivy/deno.dxx@fabe08a2e79b/vendor/@types/[email protected]"

Open rivy opened this issue 1 year ago • 0 comments

Failing raw import

deno eval "import * as _ from 'https://raw.esm.sh/gh/rivy/deno.dxx@fabe08a2e79b/vendor/@types/[email protected]';"

Error message

Upon execution, this error is generated:

error: Module not found "https://raw.esm.sh/v135/gh/rivy/deno.dxx@fabe08a2e79b/vendor/@types/[email protected]"

Any module depending on importing this file is also failing.

Additional info

I'm unable to load the URL via browser or curl.

When attempting download directly with a browser, a page with the content Types not found is returned.

Loading via an alternative CDN URL ("https://cdn.jsdelivr.net/gh/rivy/deno.dxx@fabe08a2e79b/vendor/@types/[email protected]") is successful.

Thanks for looking at this issue.

rivy avatar Sep 29 '24 22:09 rivy