Denon Daemon Error when running on Deno 1.16.1
error: TS2339 [ERROR]: Property 'signal' does not exist on type 'typeof Deno'. await Deno.signal(s); ~~~~~~ at https://deno.land/x/[email protected]/src/daemon.ts:157:22
same here.
Property 'signal' does not exist on type 'typeof Deno'
This issue was resolved in #145 . So it works fine on the main branch but hasn't been released yet. Use this command if a temporary solution is acceptable.
deno install -qAf --unstable https://raw.githubusercontent.com/denosaurs/denon/main/denon.ts
This issue was resolved in #145 . So it works fine on the main branch but hasn't been released yet. Use this command if a temporary solution is acceptable.
deno install -qAf --unstable https://raw.githubusercontent.com/denosaurs/denon/main/denon.ts
Thank you very much. It's effective. I hope it can be added to the official version.
It seems that 2.4.10 has been released. We recommend that you specify the version during installation. (Because if the cache remains in the PC, it may install the previous version)
deno install -qAf --unstable https://deno.land/x/[email protected]/denon.ts
Thanks again.It works now.