Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Denon Daemon Error when running on Deno 1.16.1 #146

Open
lovshains opened this issue Nov 16, 2021 · 5 comments
Open

Denon Daemon Error when running on Deno 1.16.1 #146

lovshains opened this issue Nov 16, 2021 · 5 comments
Labels
bug Something isn't working

Comments

@lovshains
Copy link

lovshains commented Nov 16, 2021

error: TS2339 [ERROR]: Property 'signal' does not exist on type 'typeof Deno'.
await Deno.signal(s);
~~~~~~
at https://deno.land/x/denon@2.4.9/src/daemon.ts:157:22

@lovshains lovshains added the bug Something isn't working label Nov 16, 2021
@ralyodio
Copy link

same here.

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

@kamekyame
Copy link
Contributor

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

@jiawei397
Copy link

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.

@kamekyame
Copy link
Contributor

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/denon@2.4.10/denon.ts

@jiawei397
Copy link

Thanks again.It works now.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

4 participants