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
Just trying this out with a fresh install, and receive this error, which seems internal:
error: Uncaught (in promise) TypeError: Deno.close is not a function
ifconfig && (await Deno.close(ifconfig.rid))
^
at getNetworkAddr (https://deno.land/x/[email protected]/utils/local-ip.ts:35:29)
at eventLoopTick (ext:core/01_core.js:175:7)
at async main (https://deno.land/x/[email protected]/mod.ts:326:17)
Installed with:
❯ deno install --global --allow-net --allow-read --allow-write --allow-run https://deno.land/x/denoliver/mod.ts
Warning Implicitly using latest version (2.3.1) for https://deno.land/x/denoliver/mod.ts
Just trying this out with a fresh install, and receive this error, which seems internal:
Installed with:
Environment:
macos-aarch64
The text was updated successfully, but these errors were encountered: