0
点赞
收藏
分享

微信扫一扫

windows安装deno

以管理员身份运行windows PowerShell

命令行里输入:

Set-ExecutionPolicy RemoteSigned

windows安装deno_centos

如果没有安装 choco,先安装 choco

​​chocolatey​​是windows下的一个命令行的包管理工具,类似ubuntu的apt,或centos下的yum

安装命令:

iwr https://chocolatey.org/install.ps1 -UseBasicParsing | iex

 安装deno:

choco install deno

windows安装deno_centos_02

查询deno版本:

windows安装deno_命令行_03

运行js:

windows安装deno_命令行_04


举报

相关推荐

0 条评论