PanJiaChen / vue-element-admin

:tada: A magical vue admin https://panjiachen.github.io/vue-element-admin
MIT License
87.17k stars 30.4k forks source link

npm 安装出错了 #4131

Open szzzp opened 1 year ago

szzzp commented 1 year ago

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错误!此运行的完整日志可在以下位置找到:

各位大佬请问这个错误怎么修复

szzzp commented 1 year ago

npm镜像是淘宝的

szzzp commented 1 year ago

git文件我也删除掉了

Tiper-In-Github commented 1 year ago

请看:https://gitee.com/wubie/vue2-element-admin-simplify 我这边解决了全部的依赖问题,以及和新版NodeJS不兼容的问题,你可以Clone我的仓库,然后解压“[backup]node_modules.zip”替换node_modules文件夹

sshpc commented 1 year ago

用node 16 版本

xxl4 commented 10 months ago

git config --global url."https://github.com/".insteadOf "ssh://git@github.com/" 我是使用这种方法给解决的。