firebase-tools 的 npm 安装问题 - 安装过程中卡住

问题描述 投票:0回答:1

this is happening when i try to install Firebase CLI

我在 npm 安装 firebase-tools 时遇到了问题。安装过程似乎卡住了,尝试了以下步骤后一直无法解决:

检查互联网连接稳定性。 使用不同的 npm 注册表镜像。 使用 npm cache clean -f 清除 npm 缓存。 将 Node.js 和 npm 更新到最新版本。 尝试使用 npm install firebase-tools 在本地安装 firebase-tools。 尝试使用 Yarn 进行安装。 尽管做出了这些努力,安装过程仍然没有完成,并且卡在[##########.........] / IdealTree:timing IdealTree Completed in 34075ms。

环境详情:

操作系统:window 10 Node.js 版本:v18.16.0 npm版本:9.5.1 任何有关解决此问题的指导或建议将不胜感激。谢谢!

npm command-line-interface
1个回答
0
投票

这里也一样!对我来说它停留在

idealTree:morgan: sill placeDep node_modules/firebase-tools [email protected] OK for: [email protected] want: 2.4.1

© www.soinside.com 2019 - 2024. All rights reserved.