Schniz/fnm

Arch detection override

Open

#239 aberto em 29 de ago. de 2020

Ver no GitHub
 (4 comments) (0 reactions) (0 assignees)Rust (631 forks)batch import
good first issue

Métricas do repositório

Stars
 (25.531 stars)
Métricas de merge de PR
 (Nenhuma PRs mesclada em 30d)

Description

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

Guia do colaborador