当我执行“npm install @ types / node”时,我收到以下错误:
[susl@bogon tmp]$ npm install @types/node
npm ERR! git clone git@github.com:types / node /home/susl/.npm/_git-remotes/git-github-com-types-node-921b5735/中初始化的空Git存储库 错误的ERR! git clone git@github.com:types / node
错误的ERR! git clone git@github.com:types / node权限被拒绝(publickey)。
错误的ERR! git clone git@github.com:types / node fatal:远程端意外挂断了 错误的ERR! addLocal无法安装类型/节点
错误的ERR!错误:ENOENT,stat'type / node'
错误的ERR!如果您需要帮助,可以在以下位置报告此日志:
错误的ERR! http://github.com/isaacs/npm/issues
错误的ERR!或通过电子邮件发送至:
错误的ERR!
错误的ERR!系统Linux 2.6.32-642.el6.x86_64
错误的ERR!命令“/ home / susl / bin / node”“/ home / susl / bin / npm”“install”“@ types / node”
错误的ERR! cwd / home / susl / tmp
错误的ERR! node -v v0.10.22
错误的ERR! npm -v 1.3.14
错误的ERR!路径类型/节点
错误的ERR!代码ENOENT
错误的ERR! errno 34
错误的ERR!
错误的ERR!其他记录详细信息可在以下位置找到:
错误的ERR! /home/susl/tmp/npm-debug.log
错误的ERR!不好的代码0
我猜“@types”没有扩展,git仓库git@github.com:types / node不存在。 我不知道@types如何在这里工作,我该怎么办?