justjavac / justjavac/deno_hyper
Could not open library: ./target/debug/libdeno_hyper.dylib
- Dominant language
- Rust
- Stars
- 9
- Forks
- 2
- PR merge metrics
- No merged PRs in 30d
Description
This is an interesting project.
But I found an error:
```
$ deno run -A --unstable https://deno.land/x/hyper/example.ts
Download https://deno.land/x/hyper/example.ts
Warning Implicitly using latest version (v0.0.0) for https://deno.land/x/hyper/example.ts
Download https://deno.land/x/hyper@v0.0.0/example.ts
Download https://deno.land/x/hyper@v0.0.0/mod.ts
Check https://deno.land/x/hyper/example.ts
error: Uncaught Error: Could not open library: ./target/debug/libdeno_hyper.dylib: cannot open shared object file: No such file or directory
at processResponse (core.js:224:13)
at Object.jsonOpSync (core.js:248:12)
at Object.openPlugin (deno:cli/rt/40_plugins.js:7:17)
at https://deno.land/x/hyper@v0.0.0/mod.ts:1:21
```
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.