napi-v6-linux-musl-x64.tar.gz 下载失败
huixisheng opened this issue · 3 comments
huixisheng commented
https://npmmirror.com/mirrors/v5.1.6/napi-v6-linux-musl-x64.tar.gz 下载失败
**
<Error>
<Code>NoSuchKey</Code>
<Message>The specified key does not exist.</Message>
<RequestId>653BAE2767FCF73134FBA0C4</RequestId>
<HostId>npmmirror.oss-cn-shanghai.aliyuncs.com</HostId>
<Key>binaries/v5.1.6/napi-v6-linux-musl-x64.tar.gz</Key>
<EC>0026-00000001</EC>
<RecommendDoc>https://api.aliyun.com/troubleshoot?q=0026-00000001</RecommendDoc>
</Error>**
github-actions commented
我们已经看到你的反馈,如果是功能缺陷,可以提供一下重现该问题的方式;如果是新功能需求,我们会尽快加入讨论。同时我们非常期待你可以加入我们的贡献者行列,让项目可以长期可持续发展。
fengmk2 commented
你的配置设置错误?
huixisheng commented
你的配置设置错误?
确实是配置的问题。
正确的配置:
node_sqlite3_binary_host_mirror="https://npmmirror.com/mirrors/sqlite3"
出现错误的原因在 k8s 里面的容器中打包,默认的容器全局的.npmrc
配置有误
`node_sqlite3_binary_host_mirror="https://npmmirror.com/mirrors"`
而项目中修改的 .npmrc
没有 copy 到容器中,结果导致正确的配置没生效。