【已解决】npm install 时,包在 npmjs.com 上有,但却报 404 错误

场景 :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

把这二行的#去掉再试一下