Visual Studio Code集成终端:错误TS5023:从集成终端执行tsc -w命令时出现未知选项'w'

时间:2017-11-18 00:06:19

标签: node.js typescript visual-studio-code

我在VS Code集成终端中遇到tsc -w命令错误。但是我可以从NodeJs Command promopt运行它。

`error TS5023: Unknown option 'w'
Use the '--help' flag to see options.
Version 1.0.3.0
Syntax:   tsc [options] [file ..]
Examples: tsc hello.ts
      tsc --out foo.js foo.ts
      tsc @args.txt`

1 个答案:

答案 0 :(得分:0)

只需从路径 C:\Program Files (x86)\Microsoft SDKs\TypeScript\1.0 或所需的 v 中删除旧版本,然后从终端中删除 tsc --version