LukeChannings/moviematch

Errors Running for the first time.

Closed this issue · 0 comments

I get the following errors when trying to run this manually using powershell. Cant seem to get it going.

Check file:///C:/Users/PlexMaster/Documents/moviematch-1.10.0/src/index.ts
error: TS2339 [ERROR]: Property 'getIterator' does not exist on type 'ReadableStream'.
return res.readable.getIterator();
~~~~~~~~~~~
at https://deno.land/std@0.79.0/async/pool.ts:45:23

TS2339 [ERROR]: Property 'signal' does not exist on type 'typeof Deno'.
Deno.signal(Deno.Signal.SIGINT).then(() => {
~~~~~~
at file:///C:/Users/PlexMaster/Documents/moviematch-1.10.0/src/index.ts:18:8

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?
Deno.signal(Deno.Signal.SIGINT).then(() => {
~~~~~~
at file:///C:/Users/PlexMaster/Documents/moviematch-1.10.0/src/index.ts:18:20

Found 3 errors.