无法在我的node.js项目中使用npm命令安装(asyncawait / async)

时间:2019-06-27 09:27:59

标签: node.js npm async-await node-modules

我有一个节点v 6项目,我想将其更新到v 11或更高版本,所以我尝试从删除(节点模块)开始并逐个重新安装软件包。 一些软件包已成功安装,而其他软件包却安装了错误。 而且当我尝试安装(asyncawait / async)时,无法安装。

它似乎与GIT HUB帐户有关,但我认为这不是实际问题,因为我尝试输入我的凭据并登录并且失败,这是我继续使用我的凭据时遇到的相同错误< / p>

{npm i asyncawait / async --save}

npm错误!执行时发生错误: npm ERR! C:\ Program Files \ Git \ cmd \ git.EXE ls-remote -h -t ssh://git@github.com/asyncawait/async.git npm ERR! npm ERR!主机密钥验证失败。 npm ERR!致命:无法从远程存储库读取。 npm ERR! npm ERR!请确保您具有正确的访问权限 npm ERR!并且存储库存在。 npm ERR! npm ERR!退出,错误代码:128

npm错误!可以在以下位置找到此运行的完整日志: npm ERR! C:\ Users \ AbolfadL \ AppData \ Roaming \ npm-cache_logs \ 2019-06-27T09_11_58_361Z-debug.log

0 个答案:

没有答案