babakfp
Explore posts from serversDeno Oak doesnt work when compiled to `.exe`
Hey π
Thank you for taking the time and taking a look into this!
I removed Oak and switched to https://deno.land/x/[email protected], it doesn't have the same issue and has a much cleaner API.
Thanks again.
8 replies
Deno Oak doesnt work when compiled to `.exe`
I fixed those up. I was going to send more info on this but Discord didn't allow me to send a screenshot.
Even this code doesn't work (no console log and no errors):
Can someone check this out if they have the same issue on their system?
8 replies
Incorrect 404 error when importing an explicit version of a package
So,
this doesn't work (doesn't have
v
after @
):
https://deno.land/x/[email protected]
but this one have the v
and it works:
https://deno.land/x/[email protected]
but this other package doesn't have the v
and it works!
https://deno.land/[email protected]7 replies
How Can I Delete Deno???
FIXED.
I was getting this errors too:
https://discord.com/channels/684898665143206084/684898665151594506/1177839541298663446
I click on the "Go to output" button, go to output view and find this path:
C:\Users\babak\AppData\Local\Microsoft\WinGet\Links\deno.EXE
. I removed the deno.EXE
file (it was a shortcut), so I also located the actual file and I removed the folder containing it (C:\Users\babak\AppData\Local\Microsoft\WinGet\Packages\DenoLand.Deno_Microsoft.Winget.Source_8wekyb3d8bbwe
).
That was it.
The reason that I had another installation of Deno is because when I was trying to install Deno, I tried all of the methods because they wasn't working for me... so π7 replies