想安装deno不是一件容易的事。下面只介绍国内 win10 + PowerShell 的安装方法。
在桌面按住 shift 点鼠标右键,选择 在此处打开 PowerShell
运行命令:
iwr https://x.deno.js.cn/install.ps1 -useb -outf install.ps1; .install.ps1