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

Installation Error #14

Closed
brianraila opened this issue Apr 7, 2020 · 3 comments
Closed

Installation Error #14

brianraila opened this issue Apr 7, 2020 · 3 comments

Comments

@brianraila
Copy link

brianraila commented Apr 7, 2020

Trying to install denon on my laptop using

deno install denon --allow-read --allow-run https://deno.land/x/denon/denon.ts 

But it yields this error

error TS2345: Argument of type '{ cmd: string[]; }' is not assignable to parameter of type 'RunOptions'.

Object literal may only specify known properties, and 'cmd' does not exist in type 'RunOptions'.

What could be the issue?

@eliassjogreen
Copy link
Member

What deno version are you using?

@brianraila
Copy link
Author

deno v0.36.0

@brianraila
Copy link
Author

Upgrading to the latest version of Deno 0.39.0 solve the problem.
Thanks.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants