我通过Visual Studio 2015安装了typescript 1.7.4.在Visual Studio中,我看到我安装了1.7.4版本.
当我运行命令tsc --version时,我得到1.0.3.0,但不是1.7.4.
如何通过命令行界面找到安装的Typescript版本?
运行where tsc您将知道1.0.3.0版本所在位置的命令,然后您可以通过任何方式将其删除.如果您随后tsc使用npm它安装将安装最新版本(撰写本文时为1.7.5).
where tsc
tsc
npm