vue3运行npm create vue@latest卡住不动

问题:执行npm create vue@latest卡住一动不动

解决办法:更换npm镜像

旧的镜像可能都是这个

https://registry.npm.taobao.org/

执行下面的指令:更换成这个

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