术语“deno”不被识别为 cmdlet、函数、脚本文件或可操作程序的名称

Pra*_*ath 4 api visual-studio-code deno

Deno使用 Powershell 安装,尽管如此,我在我的Visual Studio Code如何验证?

The term 'deno' is not recognized as the name of a cmdlet, function, script file, or operable program. Check the spelling of the name, or if a path was included, verify 
that the path is correct and try again.
Run Code Online (Sandbox Code Playgroud)

错误

Pra*_*ath 10

Deno 未正确安装。

  1. 打开 Powershell 并以管理员身份运行

  2. 之后,如果您使用的是Windows,请输入此命令以正确安装

3.iwr https://deno.land/x/install/install.ps1 -useb | iex