vue-element-admin 安装依赖的时候报以下错误
npm ERR! code ENOENT
npm ERR! syscall spawn git
npm ERR! path git
npm ERR! errno -4058
npm ERR! enoent An unknown git error occurred
npm ERR! enoent This is related to npm not being able to find a file
npm ERR! enoent
npm ERR! A complete log of this run can be found in:
这种报的错误,这个是因为本地电脑跟github 没有绑定ssh key。 不用在尝试别的办法,绑定ssh key之后就好了。
配置SSH key参考:https://blog.csdn.net/helloasimo/article/details/123778112
标签:vue,ERR,admin,element,报错,key From: https://www.cnblogs.com/wangxlei/p/17452145.html