Skip to main content
The Deno 2 Release Candidate is here
Learn more

trouble shooting

mojibake

check your powershell encoding

[Console]::OutputEncoding.EncodingName

if output utf8以外なら

[Console]::OutputEncoding = [System.Text.Encoding]::UTF8