1、淘宝源认证证书过期问题:
错误提示:npm error request to https://registry.npm.taobao.org/vue-lazyload failed, reason: certificate has expired
出现问题原因:淘宝的https协议过期,已经替换至新的地址。
npm config set registry http://registry.npmmirror.com
替换新的地址即可,预防npm存在缓存,建议强制清理npm缓存。
npm cache clean --force