Schniz/fnm

Arch detection override

开放

#239 创建于 2020年8月29日

 (4 条评论) (0 个反应) (0 位负责人)Rust (631 个派生)batch import
good first issue

仓库指标

星标
 (25,531 个星标)
PR 合并指标
 (30 天内没有已合并 PR)

描述

I am running fnm on Alpine, meaning no glibc thus official node.js build can't be used. I set the appropriate mirror env variable to the unofficial one, but it still fails to install because my arch is x64 but the unofficial build has -musl appended onto that. Hopefully a flag to override that can be added

贡献者指南