1.检测现在的镜像地址 npm config get registry 2.如果不是淘宝最新的镜像地址,请更换 //清空缓存 npm cache clean --force //切换新源 npm config set registry https://registry.npmmirror.com