khrj / khrj/hcload

Error on installation

Open
#8 7 comments 0 reactions 0 assignees View on GitHub
Dominant language
TypeScript
Stars
11
Forks
2
PR merge metrics
No merged PRs in 30d

Description

I'm a new user to deno and this stuff, and was trying to install this application on windows 11.
This is the error I'm getting:
```
> deno install --unstable -A https://deno.land/x/hcload/hcload.ts
Check https://deno.land/x/hcload/hcload.ts
error: TS2339 [ERROR]: Property 'getIterator' does not exist on type 'ReadableStream'.
return res.readable.getIterator();
~~~~~~~~~~~
at https://deno.land/std@0.73.0/async/pool.ts:45:23
```
![image](https://user-images.githubusercontent.com/54525904/152415943-09d9245e-e87c-49f8-9b49-c02078a97319.png)

```
> deno --version
deno 1.18.1 (release, x86_64-pc-windows-msvc)
v8 9.8.177.6
typescript 4.5.2

```

Contributor guide

No contributing guide indexed for this repository

Research direction

Reproduce the Windows 11 installation command with Deno 1.18.1 and review the reported failure in https://deno.land/std@0.73.0/async/pool.ts at line 45. Determine the compatibility issue causing the missing ReadableStream.getIterator property; done means the hcload installation completes successfully.

Written by the indexing model from the issue text.

Assessment

Tech stack
deno, typescript
Domain
cli
Issue type
Bug
Difficulty
3/5
Estimated time
1-2 days
Activity status
Stale
Clarity
Needs clarification
Newbie friendliness
35/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.