jorgebucaran / nvm.fish

The Node.js version manager you'll adore, crafted just for Fish
https://git.io/nvm.fish
MIT License
2.08k stars 69 forks source link

Account for new Apple Silicon prebuilt binaries #158

Closed raulrpearson closed 3 years ago

raulrpearson commented 3 years ago

This caught my eye in the recent release of Node.js v16.0.0:

Node.js v16.0.0 will be the first release where we ship prebuilt binaries for Apple Silicon. While we’ll be providing separate tarballs for the Intel (darwin-x64) and ARM (darwin-arm64) architectures the macOS installer (.pkg) will be shipped as a ‘fat’ (multi-architecture) binary.

The changes introduced in #148 should be amended to account for the new binaries (that PR just fell back on the x86_64 binaries on M1 computers).

I haven't had time to look into it and I'm not in a terrible hurry to get that working, but I thought it might be helpful to flag it as an issue.