npm install 报错
报错问题:提示淘宝镜像过期
查看当前的npm镜像:npm config list
清空缓存:npm cache clean --force
执行:npm config set registry https://registry.npmmirror.com
运行: npm config list
如果还是淘宝镜像
再次执行:npm config set strict-ssl false
执行:npm config set registry https://registry.npmmirror.com
以上就是解决淘宝镜像过期问题,如其他问题请加群讨论