You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After running deno cache https://esm.sh/[email protected]/types/providers/index.d.ts I got this:
error: Import 'https://esm.sh/[email protected]/types/providers/abstract-provider.js' failed: 500 Internal Server Error
at https://esm.sh/[email protected]/types/providers/index.d.ts:6:55
Additional info
esm.sh version: v114
Deno version: 1.32.3
Note: types/providers/index.d.ts tries to import types/providers/abstract-provider.js, but should types/providers/abstract-provider.d.ts be imported here?
The text was updated successfully, but these errors were encountered:
you need to add /v155/ prefix to transform the dts for deno, but when i realized we can redirect to the correct path automatically so i added the fix patch quickly, thanks for reporting!
Failing module
Error message
After running
deno cache https://esm.sh/[email protected]/types/providers/index.d.ts
I got this:Additional info
Note:
types/providers/index.d.ts
tries to importtypes/providers/abstract-provider.js
, but shouldtypes/providers/abstract-provider.d.ts
be imported here?The text was updated successfully, but these errors were encountered: