Code Monkey home page Code Monkey logo

Comments (4)

kamekyame avatar kamekyame commented on June 11, 2024 1

I think it's because the version of denon is not the latest version(v2.4.9).

This command may not install the latest version due to the cache:

deno install -qAf --unstable https://deno.land/x/denon/denon.ts

Therefore, you need to specify the version or add the reload option.

deno install -qAfr --unstable https://deno.land/x/denon/denon.ts
# or
deno install -qAf --unstable https://deno.land/x/[email protected]/denon.ts

from denon.

tpiros avatar tpiros commented on June 11, 2024 1

thanks @kamekyame - that seemed to have solved the issue! :)

from denon.

seanmavley avatar seanmavley commented on June 11, 2024

Glad @tpiros you got your issue fixed. Running @kamekyame commands didn't help. Denon was working without issues yesterday. Today (less than 24 interval) and denon is failing. Running deno works and starts the app fine.

Running deno install -qAf --unstable https://deno.land/x/[email protected]/denon.ts saysz

Warning Implicitly using latest version (2.4.9) for https://deno.land/x/denon/denon.ts

Then doing denon run --allow-net --allow-read --allow-env --unstable mod.ts throws the command line error

Check https://deno.land/x/denon/denon.ts
error: TS2339 [ERROR]: Property 'signal' does not exist on type 'typeof Deno'. 'Deno.signal' is an unstable API. Did you forget to run with the '--unstable' flag?
          await Deno.signal(s);
                     ~~~~~~
    at https://deno.land/x/[email protected]/src/daemon.ts:157:22

Any hint on what the solution might be?

from denon.

kamekyame avatar kamekyame commented on June 11, 2024

I faced the same issue when upgrading Deno to 1.16.0.
Probably due to the following changes:
https://deno.com/blog/v1.16#new-unstable-signal-listener-api

I made a new issue #144 .

from denon.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.