安装Underscore打字时出错

时间:2016-05-24 05:14:55

标签: angularjs underscore.js typescript-typings

我正在尝试安装Underscore打字但收到错误

  

无法找到"下划线" (" npm")在注册表中。您想尝试搜索其他来源吗?另外,如果您想提供这些类型,请帮助我们:https://github.com/typings/registry

我根据我的研究和其他人提供的解决方案尝试了不同的开关,如图所示。

enter image description here 如果我做错了,请告诉我。

3 个答案:

答案 0 :(得分:14)

核心问题是我的Mac上的权限问题。您的用户帐户需要拥有 npm安装目录

然后你可以运行命令:

typings install dt~underscore --global --save

您不应再看到任何错误。

答案 1 :(得分:4)

以下命令对我有用,

typings install dt~underscore --global --save

参考 - GitHub Link

答案 2 :(得分:1)

截至2017年4月这是最近的

npm install --save @ types / underscore