场景 :devops 流水线构建前端项目
问题 :npm install 时报错包找不到
报错细节 :@babel/compat-data 包报 404
尝试解决方案:重新构建
实际上这个包在 npmjs.com 仓库上有有这个包
场景 :devops 流水线构建前端项目
问题 :npm install 时报错包找不到
报错细节 :@babel/compat-data 包报 404
尝试解决方案:重新构建
实际上这个包在 npmjs.com 仓库上有有这个包
.npmrc文件
#registry=https://registry.npmmirror.com/
#canvas_binary_host_mirror=https://registry.npmmirror.com/-/binary/canvas
把这二行的#去掉再试一下