Deno1.0.0_傻瓜教程(1)

239 阅读1分钟

目的:完成环境安装

Windows

1.打开 PowerShell

2.复制到powerShell
iwr https://deno.land/x/install/install.ps1 -useb | iex

3.验证版本
deno -V