denon icon indicating copy to clipboard operation
denon copied to clipboard

Denon Daemon Error when running on Deno 1.16.1

Open lovshains opened this issue 4 years ago • 5 comments

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

lovshains avatar Nov 16 '21 16:11 lovshains

same here.

Property 'signal' does not exist on type 'typeof Deno'

ralyodio avatar Nov 18 '21 12:11 ralyodio

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

kamekyame avatar Nov 18 '21 13:11 kamekyame

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.

jiawei397 avatar Nov 19 '21 07:11 jiawei397

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

kamekyame avatar Nov 19 '21 08:11 kamekyame

Thanks again.It works now.

jiawei397 avatar Nov 20 '21 00:11 jiawei397