You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
cd /tmp
mkdir foo
deno upgrade --version 1.11.5 --output foo/deno
error: No such file or directory (os error 2)
deno 1.32.1:
deno upgrade --version 1.11.5 --output foo/deno
Downloading https://github.com/denoland/deno/releases/download/v1.11.5/deno-x86_64-unknown-linux-gnu.zip
Deno is upgrading to version 1.11.5
Archive: /tmp/.tmp2QmbJs/deno.zip
inflating: deno
Upgraded successfully
Release notes: https://github.com/denoland/deno/releases/tag/v1.11.5
Blog post: https://deno.com/blog/v1.11
Issue seems to be that Deno is calling std::fs::metadata on the output exe instead of the current exe since 0742ea1, but that file has not been made yet at that point.
deno 1.32.1+101abf3:
deno 1.32.1:
Issue seems to be that Deno is calling
std::fs::metadata
on the output exe instead of the current exe since 0742ea1, but that file has not been made yet at that point.deno/cli/tools/upgrade.rs
Line 270 in 8c051db
The text was updated successfully, but these errors were encountered: