我在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`
答案 0 :(得分:0)
只需从路径 C:\Program Files (x86)\Microsoft SDKs\TypeScript\1.0 或所需的 v 中删除旧版本,然后从终端中删除 tsc --version