-
Notifications
You must be signed in to change notification settings - Fork 26
Open
Labels
Description
import { Deno } from "@deno/shim-deno"
Deno.listen({ port: 8000 }).../node_modules/@deno/shim-deno/dist/deno/stable/functions/listen.js:48
const listener = new Listener_js_1.Listener(server._handle.fd, {
^
TypeError: Cannot read properties of null (reading 'fd')
at Object.listen (.../node_modules/@deno/shim-deno/dist/deno/stable/functions/listen.js:48:64)
at .../test.ts:4:6
at ModuleJob.run (node:internal/modules/esm/module_job:194:25)
$ node -v
v18.14.0
harrysolovay, sgwilym and nktpro