request to https://registry.npm.taobao.org failed, reason certificate has expired
1.查看当前配置
npm config list
2.清空缓存
npm cache clean --force
3.重新配置镜像
npm config set registry https://registry.npmmirror.com/
1.查看当前配置
npm config list
2.清空缓存
npm cache clean --force
3.重新配置镜像
npm config set registry https://registry.npmmirror.com/