hokaccha / nodebrew

Node.js version manager
MIT License
1.06k stars 66 forks source link

Support M1 Mac #77

Closed eagletmt closed 3 years ago

eagletmt commented 3 years ago

nodebrew install <version> on M1 Mac fails with Error: Darwin arm64 is not supported https://github.com/hokaccha/nodebrew/blob/93411b76355860711331de47f669f38f104b7c19/nodebrew#L743

vvakame commented 3 years ago

https://github.com/nodejs/node/issues/37309

hokaccha commented 3 years ago

Fixed with https://github.com/hokaccha/nodebrew/commit/c58de58dc17384418d7ef9228ddec567eb299678

Note that the M1 Mac binary is only available in v16 and above, so it cannot be installed in v15 and below.