Windows 10 に Deno をインストールしてみました
PowerShell を管理者権限で開きます
インストールコマンドを実行すると、程なくして処理が完了します
Windows PowerShell
Copyright (C) Microsoft Corporation. All rights reserved.
PS C:\WINDOWS\system32> iwr https://deno.land/x/install/install.ps1 -useb | iex
Deno was installed successfully to C:\Users\UserName\.deno\bin\deno.exe
Run 'deno --help' to get started
Example を実行します
PS C:\WINDOWS\system32> deno run https://deno.land/std/examples/welcome.ts
Download https://deno.land/std/examples/welcome.ts
Compile https://deno.land/std/examples/welcome.ts
Welcome to Deno 🦕
ようこそ!🦕
簡単ですね