Failed to import - Octokit (node:
protocol imports getting transformed to use @types/node
)
#995
Labels
deno
Not working in Deno
Failing module
Note: you need to add the required resolution for
@octokit/core/types
to point to@octokit/core/dist-types/types.d.ts
, see #918Error message
After running
deno run
I got this:Additional info
v8 13.0.245.12-rusty
typescript 5.6.2
The issue here is that esm.sh is transforming every
node:
protocol import to use@types/node
which causes issues when trying to import using denoThe text was updated successfully, but these errors were encountered: