安装vscode
安装tsc
npm install -g typescript --registry=https://registry.npm.taobao.org
查看是否安装成功
tsc --version
管理员身份启动powershell
···bash
set-ExecutionPolicy RemoteSigned
···
微信扫一扫
npm install -g typescript --registry=https://registry.npm.taobao.org
查看是否安装成功
tsc --version
管理员身份启动powershell
···bash
set-ExecutionPolicy RemoteSigned
···
相关推荐