我在 Windows 7 上,我尝试typescript
安装yarn
:
yarn global add typescript
success Installed typescript@2.0.6 with binaries:
- tsc
- tsserver
Done in 11.59s.
安装成功后,我tsc
在命令行中输入,才发现命令不可用。
yarn tsc
yarn tsc v0.16.1
error Command "tsc" not found.
获取配置:
yarn config get prefix
C:\Program Files (x86)\Nodist\bin
我检查了这条路径:没有tsc
或tsserver
可执行文件。它在哪里?