npm ERR! An unknown git error occurred
1、解决方案清除缓存
npm cache clean --force
2、使用淘宝镜像安装
npm install --registry=https://registry.npm.taobao.org
3、node 版本 14
posted on 2023-12-29 22:01 topguntopgun 阅读(836) 评论(0) 编辑 收藏 举报
专注研究.NET、人工智能python、Vue前端、Winform开发
1、解决方案清除缓存
npm cache clean --force
2、使用淘宝镜像安装
npm install --registry=https://registry.npm.taobao.org
3、node 版本 14
posted on 2023-12-29 22:01 topguntopgun 阅读(836) 评论(0) 编辑 收藏 举报