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

Windows cannot find file because it does not exist #280

Open
hello-there-world1 opened this issue Jan 26, 2024 · 0 comments
Open

Windows cannot find file because it does not exist #280

hello-there-world1 opened this issue Jan 26, 2024 · 0 comments

Comments

@hello-there-world1
Copy link

Version: Deno x.x.x
Every time I try to download deno, I get this error:

Remove-Item : Cannot find path 'C:\Users\jayej\.deno\bin\deno.zip' because it does not exist.
At line:39 char:1
+ Remove-Item $DenoZip
+ ~~~~~~~~~~~~~~~~~~~~
    + CategoryInfo          : ObjectNotFound: (C:\Users\jayej\.deno\bin\deno.zip:String) [Remove-Item], ItemNotFoundEx
   ception
    + FullyQualifiedErrorId : PathNotFound,Microsoft.PowerShell.Commands.RemoveItemCommand

It is important to note that when I look at my files, I can find the .deno file and the bin file within it, but not the zip file it wants. It seems that it should be able to edit my files because of this, however it seems to be unable to add this or something.

@kt3k kt3k transferred this issue from denoland/deno Jan 27, 2024
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

No branches or pull requests

2 participants
@hello-there-world1 and others