看提示是淘宝镜像过期了。找了一下资料,好像是npm 淘宝镜像已经从 registry.npm.taobao.org 切换到了 registry.npmmirror.com。npm报错:request to https://registry.npm.taobao.org failed, reason certificate has expired。npm config set registry https://registry.npmjs.org/ (或npm config delete registry)