tsc.ps1 cannot be loaded because running scripts is disabled on this system
时间:2020-12-15 00:07:09
收藏:0
阅读:64
run this in PowerShell command :(be sure to run as administrator)
Set-ExecutionPolicy -ExecutionPolicy RemoteSigned
原文:https://www.cnblogs.com/caicaizi/p/14136061.html
评论(0)