Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(cli/upgrade): nice error when unzip is missing #12693

Merged
merged 1 commit into from
Nov 9, 2021

Conversation

lucacasonato
Copy link
Member

Previously just a generic "error: No such file or directory (os error
2)" was printed. Now "unzip was not found on your PATH, please install
unzip" will be printed.

Closes #7085

Previously just a generic "error: No such file or directory (os error
2)" was printed. Now "`unzip` was not found on your PATH, please install
`unzip`" will be printed.
Copy link
Contributor

@AaronO AaronO left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@lucacasonato lucacasonato merged commit 22dd1b9 into denoland:main Nov 9, 2021
@lucacasonato lucacasonato deleted the deno_upgrade_unziip branch November 9, 2021 10:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

deno upgrade error: No such file or directory (os error 2)
2 participants