首页 前端知识 npm:解决 sill idealTree buildDeps 问题哦

npm:解决 sill idealTree buildDeps 问题哦

2024-06-07 12:06:57 前端知识 前端哥 197 754 我要收藏

今天我在创建Vue脚手架的时候发现执行 npm install 时卡在"sill idealTree buildDeps"的问题,接下来我将为大家如何解决该问题。

前提:需要提前安装Node.JS
Node.JS 下载地址

方式一:切换镜像源

# 查看当前镜像源
npm config delete registry


# 切换淘宝镜像源
npm config set registry https://registry.npm.taobao.org 

方式二:清除npm缓存

# 清除npm缓存
npm cache clean --force

方式三:使用最新的淘宝镜像源(推荐)

npm config set registry https://registry.npmmirror.com

希望这篇博客能够帮助各位解决问题!

转载请注明出处或者链接地址:https://www.qianduange.cn//article/11293.html
标签
评论
发布的文章

1.10 Unity中的数据存储 JSON

2024-06-13 21:06:30

JSON 数据格式化方法

2024-06-13 21:06:26

大家推荐的文章
会员中心 联系我 留言建议 回顶部
复制成功!