为什么我无法安装任何打字?
好的,我们转到https://github.com/typings/typings,看看语法可能已经改变了......
好的,底部有一个例子:
typings install dt~angular-component-router
让我们试试......
答案 0 :(得分:1)
您需要指定source并使用global选项(对于您的示例中的typings)
typings install dt~jquery --global
typings install dt~angular-component-router --global
dt
- 来自DefinitelyTyped的输入(通常为--global
)