查了有关资料发现是淘宝镜像切换,过期了
官方域名npm.taobao.org弃用
切换一下npm镜像即可
最新的淘宝镜像
npm config set registry https://registry.npmmirror.com
1.清空缓存:npm cache clean --force
2.修改镜像(管理员运行命令行):npm config set registry https://registry.npmmirror.com
3.删除系统用户目录下.npmrc和.yarnrc文件,以及修改.vuerc文件(如果有的话——>"useTaobaoRegistry": true)
4.重新运行:npm install