PanJiaChen / vue-element-admin

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

npm install安装失败 #4022

Closed Markson-Young closed 2 years ago

Markson-Young commented 2 years ago

Bug report(问题描述)

3465 error code ENOENT 3466 error syscall spawn git 3467 error path git 3468 error errno -4058 3469 error enoent Error while executing: 3469 error enoent undefined ls-remote -h -t ssh://git@github.com/sohee-lee7/Squire.git 3469 error enoent 3469 error enoent 3469 error enoent spawn git ENOENT 3470 error enoent This is related to npm not being able to find a file. 3471 verbose exit [ -4058, true ]

Other relevant information(格外信息)

Markson-Young commented 2 years ago

解决了,https://github.com/PanJiaChen/vue-element-admin/issues/3988#issue-1226406445 采用这位大佬的解决方法,直接去下载他修改好的代码再npm i就行。