vue-element-admin npm install 报错path git npm ERR! code ENOENT

报错信息

it  for migration path(s).
npm WARN deprecated [email protected]: use String.prototype.padStart()
npm ERR! path git
npm ERR! code ENOENT
npm ERR! errno ENOENT
npm ERR! syscall spawn git
npm ERR! enoent Error while executing:
npm ERR! enoent undefined ls-remote -h -t ssh://[email protected]/sohee-lee7/Squire.git
npm ERR! enoent
npm ERR! enoent
npm ERR! enoent spawn git ENOENT
npm ERR! enoent This is related to npm not being able to find a file.

解决办法

添加 git

下载或者配置git环境变量

相关链接

http://www.it1352.com/802235.html

github ISSUE

https://github.com/PanJiaChen/vue-element-admin/issues?utf8=%E2%9C%93&q=undefined+ls-remote
https://github.com/PanJiaChen/vue-element-admin/issues/1417
https://github.com/PanJiaChen/vue-element-admin/issues/1488
https://github.com/PanJiaChen/vue-element-admin/issues/1697
https://juejin.im/post/5b1f31f7f265da6e1a603e1e

你可能感兴趣的:(前端,vue)