赞
踩
- console.log('1 准备开始执行 for 循环')
-
- for (let i: number = 1; i <= 3; i++) {
- console.log('鲲太大一锅装不下')
- }
-
- console.log('2 for 循环执行结束')
-
- npm install -g typescript
-
- npm install -g ts-node
-
- npm install -D tslib @types/node
确保以及安装了npm及node 再按顺序执行以上命令
- {
- // 使用 IntelliSense 了解相关属性。
- // 悬停以查看现有属性的描述。
- // 欲了解更多信息,请访问: https://go.microsoft.com/fwlink/?linkid=830387
- "version": "0.2.0",
- "configurations": [
- {
- "request": "launch",
- "type": "node",
- "name": "调试代码",
- "args": [
- "${workspaceFolder}/demo.ts"
- ],
- "runtimeArgs": ["-r","ts-node/register"]
- }
- ]
- }
参考百度或ts-node报错 return new TSError(diagnosticText, diagnosticCodes);_SEKIRO_DJ的博客-CSDN博客
Copyright © 2003-2013 www.wpsshop.cn 版权所有,并保留所有权利。