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"
3 Replies
I have done,
unzip -v
and I have checked which unzip
also done ls -l /usr/local/bin/unzip
to check where it was exactly.I notice the error message is in
cli/tools/upgrade.rs
in deno, so maybe if you upgrade the deno executable manually by uninstalling and reinstalling it will go away
If the error persists after a reinstall, you might want to make a minimallu reproducible build example and post it as a github issue (or here)hmm, I can try. I installed deno using cargo. Ill try it on my windows machine as well and see if has the same issue
figured out the issue, I think the cargo finished the install without protoc