【发布时间】:2020-10-15 17:51:15
【问题描述】:
我正在尝试为file.ts 运行命令tsc 以将此代码编译为js,但我发现以下错误:
tsc : File C:\Program Files\nodejs\tsc.ps1 cannot be loaded because running scripts is disabled on this system. For more information, see about_Execution_Policies at
https:/go.microsoft.com/fwlink/?LinkID=135170.
At line:1 char:1
+ tsc test.ts
+ ~~~
+ CategoryInfo : SecurityError: (:) [], PSSecurityException
+ FullyQualifiedErrorId : UnauthorizedAccess
这是我Editor的屏幕截图:
有人知道我该如何解决这个错误吗?
【问题讨论】:
-
@UmairKhan 感谢您的评论,希望您能告诉我直接的答案或对此的小解释
标签: javascript types