在网上试了很多方法 说是去找 .vuerc 里改为true 发现还是不行
最终 解决方案 删掉c盘用户目录的.vuerc文件
重新下载淘宝镜像
$ npm config set registry https://registry.npm.taobao.org/ #设置淘宝镜像地址
$ npm config get registry #查看镜像地址
还原镜像
npm config set registry https://registry.npmjs.org