在我执行typings init
之后,我遇到了为jquery安装打字的问题:
MacBook:resources admin$ typings install jquery
打字ERR!消息无法找到" jquery" (" npm")在注册表中。 您想尝试搜索其他来源吗?另外,如果你想 贡献这些类型,请帮助我们: https://github.com/typings/registry类型ERR!引起的 https://api.typings.org/entries/npm/jquery/versions/latest回复了 与404,预计它等于200
打字ERR! CWD / Users / admin / resources typings ERR! 系统达尔文15.4.0打字ERR!命令" / usr / local / bin / node" "在/ usr / local / bin中/分型" "安装" " jquery的"打字ERR!节点-v v4.4.2类型ERR! typings -v 1.0.4
打字ERR!如果您需要帮助,可以在以下位置报告此错误:typings 呃! https://github.com/typings/typings/issues
知道发生了什么事吗?
答案 0 :(得分:12)
版本1.0之后的版本改变了它最初从DefinitelyTyped安装打字的方式。
如果您使用
搜索jQuerytypings search jquery
您会看到源是dt,意思是DefinitelyTyped。
要安装它,您应该使用:
typings install dt~jquery --global
答案 1 :(得分:0)
您需要先运行此命令:
npm install typings --global