Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
你如何找出你在 Ubuntu 下运行的 typescript/tsc 版本?没有手动或--version开关tsc。
--version
tsc
在任何版本的 TypeScript 中,如果您tsc不带任何参数输入,它会在帮助消息中显示它的版本。
由于我使用的是 Ubuntu 12.04,我在不知情的情况下安装了旧版本的节点,而后者又安装了旧版本的 typescript。显然,旧的 tsc 命令没有 --version 开关,但新的有。