TangJieHaoT
Denoβ€’3y agoβ€’
4 replies
TangJieHao

compile to target, 'unzip' not found.

I am on linux ubuntu 22
I downloaded, uninstalled reinstalled, written to path unzip. however no matter what I do I get the error "cannot access unzip in path"
TJ@WGDC:~/webview_ogs$ deno compile -Ar --unstable --target x86_64-unknown-linux-gnu main.ts
Check file:///../webview_ogs/main.ts
Compile file:///../webview_ogs/main.ts to webview_ogs
error: Writing webview_ogs

Caused by:
    `unzip` was not found in your PATH, please install `unzip`
Was this page helpful?