【发布时间】:2018-06-30 05:51:18
【问题描述】:
我无法运行npm install 命令,它一直向我提供此错误:
Error while executing:
/usr/bin/git ls-remote -h -t ssh://git@github.com/node_modules/cordova.git
ERROR: Repository not found.
fatal: Could not read from remote repository.
Please make sure you have the correct access rights
and the repository exists.
exited with error code: 128
未找到此 github 链接:
git@github.com/node_modules/cordova.git
我尝试卸载然后重新安装 node 和 npm 但仍然收到相同的错误消息
有什么原因吗?
更新
问题是cordova,更新cordova修复了这个问题npm i cordova@latest
【问题讨论】:
标签: node.js git cordova github