We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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?
The text was updated successfully, but these errors were encountered:
What deno version are you using?
Sorry, something went wrong.
deno v0.36.0
Upgrading to the latest version of Deno 0.39.0 solve the problem. Thanks.
No branches or pull requests
Trying to install denon on my laptop using
But it yields this error
Object literal may only specify known properties, and 'cmd' does not exist in type 'RunOptions'.
What could be the issue?
The text was updated successfully, but these errors were encountered: