赞
踩
项目部署报淘宝源证书过期过期
https://registry.npm.taobao.org (过期链接)
修改 dockerfile中的 源配置
yarn --registry=https://registry.npmmirror.com
1、本地源是否切换
yarn config get npmRegistryServer
输出的是https://registry.npm.taobao.org
2、更换本地源
yarn config set npmRegistryServer https://registry.npmmirror.com/
3、删除项目yarn.lock文件并重新安装 生成新的yarn.lock
4、代码推送再次编译
yarn.lock 缓存着原先淘宝源的下载链接
更换源后重新更新安装包 再次提交最新的yarn.lock文件 编译就可以了
Copyright © 2003-2013 www.wpsshop.cn 版权所有,并保留所有权利。