npm ERR!Error while executing:
npm ERR!C:\Program Files\Git\cmd\git.EXE 1s-remote -h -t git://github.com/adobe-webplatform/eve.git
npm ERR!
npm ERR!remote:Not Found
npm ERR!fatal:repository https://github.com/PanJiaChen/vue-element-admin.gitgithub.com/adobe-webplatform/eve.git/ ' no
t found
npm ERR!
npm ERR!exited with error code:128
npm ERR!A complete log of this run can be found in:
npm错误!执行时出错:
npm错误!C: \Program Files\Git\cmd\Git.EXE 1s remote-h-tgit://github.com/adobe-webplatform/eve.git
npm错误!
npm错误!远程:未找到
npm错误!致命:存储库 https://github.com/PanJiaChen/vue-element-admin.gitgithub.com/adobe-webplatform/eve.git/'不
未找到
npm错误!
npm错误!退出,错误代码:128
npm错误!此运行的完整日志可在以下位置找到:
各位大佬请问这个错误怎么修复
5条答案
按热度按时间eni9jsuy1#
npm镜像是淘宝的
m528fe3b2#
git文件我也删除掉了
z6psavjg3#
请看: https://gitee.com/wubie/vue2-element-admin-simplify
我这边解决了全部的依赖问题,以及和新版NodeJS不兼容的问题,你可以Clone我的仓库,然后解压“[backup]node_modules.zip”替换node_modules文件夹
6yt4nkrj4#
用node 16 版本
m528fe3b5#
git config --global url." https://github.com/".insteadOf "ssh:// git@github.com /" 我是使用这种方法给解决的。