Schniz/fnm

Arch detection override

Open

#239 ouverte le 29 août 2020

Voir sur GitHub
 (4 commentaires) (0 réactions) (0 assignés)Rust (631 forks)batch import
good first issue

Métriques du dépôt

Stars
 (25 531 stars)
Métriques de merge PR
 (Aucune PR mergée en 30 j)

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

Guide contributeur