Schniz/fnm

Arch detection override

Open

#239 aperta il 29 ago 2020

Vedi su GitHub
 (4 commenti) (0 reazioni) (0 assegnatari)Rust (631 fork)batch import
good first issue

Metriche repository

Star
 (25.531 star)
Metriche merge PR
 (Nessuna PR mergiata in 30 g)

Descrizione

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

Guida contributor