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
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.
The text was updated successfully, but these errors were encountered:
Version: Deno x.x.x
Every time I try to download deno, I get this error:
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.
The text was updated successfully, but these errors were encountered: