问题遇到的现象和发生背景
最近想用vue-element-admin 结果去官网下载了,下载依赖的时候却报错
问题相关代码,请勿粘贴截图
连npm install --registry=https://registry.npm.taobao.org/ 这代码也是报同样的错误
运行结果及报错内容
D:\webstorm\vue-element-admin-master>npm install
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:
npm ERR! D:\node\node_cache_logs\2021-12-29T13_00_11_683Z-debug-0.log
我的解答思路和尝试过的方法
我还以为没有添加github ssh代理,添加了还是一样
我想要达到的结果
最后我的解决方案是:
在git下运行 npm install --registry=https://registry.npm.taobao.org/,或者npm install,
却也不能在CMD运行npm run dev,如果系统上CMD运行不了可以在git运行或者在WebStorm配置NPM环境运行。