vue项目启动问题一直不行啊

ERR! code ENOENT
npm ERR! syscall spawn git
npm ERR! path git
npm ERR! errno ENOENT
npm ERR! enoent Error while executing:
npm ERR! enoent undefined ls-remote -h -t ssh://git@github.com/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.
npm ERR! enoent

npm ERR! A complete log of this run can be found in:
npm ERR! C:\Users\Y01\AppData\Roaming\npm-cache_logs\2022-02-14T01_54_32_763Z-debug.log
启动命令npm install 一直报错啊 百度了好几个都解决不了

cnpm 装吧

使用阿里云镜像下载
npm install --registry=https://registry.npm.taobao.org/

不成功可多Install几遍
然后npm run dev启动程序