error:TS2345 [ERROR]:Argument of type '"any" | "access" | "create" | "modify" | "remove" | "other"' is not assignable to prameter of type 'FileAction'

Viewed 299

I tried to install denon using the following command on Windows CMD

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

But I get the following error:

error: TS2345 [ERROR]: Argument of type '"any" | "access" | "create" | "modify" | "remove" | "other"' is not assignable to parameter of type 'FileAction'.
  Type '"other"' is not assignable to type 'FileAction'.
            this.#changes[path].push(kind);
0 Answers
Related