平台网站设计,网站建设it职位,南京专业制作网站,自己搭建环境建设网站网上查了文章说更换淘宝镜像地址啥的
改了地址后依然报错显示Fail to check for updates
并且装包时报错Failed to get response from https://registry.npmmirror.com/binary-mirror-config
既然又是淘宝镜像问题#xff0c;直接干脆不用淘宝的地址
npm config set regis…网上查了文章说更换淘宝镜像地址啥的
改了地址后依然报错显示Fail to check for updates
并且装包时报错Failed to get response from https://registry.npmmirror.com/binary-mirror-config
既然又是淘宝镜像问题直接干脆不用淘宝的地址
npm config set registry https://registry.npmjs.org/
最重要一点需要在C:\Users\Administrator中找到.vuerc文件将useTaobaoRegistry改为false
{useTaobaoRegistry: false,latestVersion: 5.0.8,lastChecked: 1670037281789
}
若开启淘宝镜像需将此设置为true