无法安装任何语言的打字

时间:2016-08-01 22:15:02

标签: typescript-typings

为什么我无法安装任何打字?

enter image description here

enter image description here

好的,我们转到https://github.com/typings/typings,看看语法可能已经改变了......

enter image description here

好的,底部有一个例子:

  

typings install dt~angular-component-router

让我们试试......

enter image description here

1 个答案:

答案 0 :(得分:1)

您需要指定source并使用global选项(对于您的示例中的typings)

typings install dt~jquery --global
typings install dt~angular-component-router --global
  

dt - 来自DefinitelyTyped的输入(通常为--global