vue3运行npm create vue@latest卡住不动 企业开发 2025-04-12 21:22 0 阅读 问题:执行npm create vue@latest卡住一动不动 解决办法:更换npm镜像 旧的镜像可能都是这个 https://registry.npm.taobao.org/ 执行下面的指令:更换成这个 npm config set registry=https://registry.npmmirror.com 猜你喜欢