老师,npm install报如下错是什么原因呢?
来源:18-1 课程总结

宝慕林1362732
2021-01-29
npm WARN deprecated left-pad@1.3.0: use String.prototype.padStart()
npm ERR! Error while executing:
npm ERR! C:\Program Files\Git\cmd\git.EXE ls-remote -h -t git://github.com/adobe-webplatform/eve.git
npm ERR!
npm ERR! fatal: unable to connect to github.com:
npm ERR! github.com[0: 140.82.112.4]: errno=No such file or directory
npm ERR!
npm ERR!
npm ERR! exited with error code: 128
npm ERR! A complete log of this run can be found in:
npm ERR! D:\software\node-v14.15.4-win-x64\node-cache_logs\2021-01-29T09_04_38_530Z-debug.log
写回答
1回答
-
扬_灵
2021-01-29
同学你好,可以把你的依赖项发一下吗?你的项目依赖中是不是直接引用了github上的包?
012021-02-03
相似问题