初次使用typescript,环境搭建以及代码编译及执行

1、安装VSCode

https://code.visualstudio.com/Download

2、安装Node.js

https://nodejs.org/en/download/

3、安装TypeScript编译器

npm instrall -g typescript

4、写ts相关的代码,执行编译

tsc tesc.ts

5、执行编译的代码

node test.js

执行报错如图:

wlink/?LinkID=135170 中的 about_Execution_Policies。
所在位置 行:1 字符: 1
+ tsc test.ts
+ ~~~
+ CategoryInfo : SecurityError: (:) [],PSSecurityException
+ FullyQualifiedErrorId : UnauthorizedAccess

解决办法

https://blog.csdn.net/ddx2019/article/details/106252949(详细请参考次连接,转发)

 

以管理员身份运行 PowerShell,并执行命令set-ExecutionPolicy RemoteSigned将PowerShell的执行策略更改为RemoteSigned
具体步骤如下:
① 使用 win+x 快捷键,会出现如下弹窗,鼠标左键单击Windows PowerShell 即可打开shell.

 

 

 

 

 

 

 

 

posted @ 2022-05-10 11:09  三寸日光  阅读(139)  评论(0编辑  收藏  举报