2.2.5
- Introduce new
nvm_arch
variable (#156).- This lets you override the binary architecture when downloading unofficially binaries for systems compiled with certain libraries, e.g.,
musl
instead oflibc
on Alpine.
- This lets you override the binary architecture when downloading unofficially binaries for systems compiled with certain libraries, e.g.,
- Use darwin-arm64 binary for Node >= 16 (#158, #159).
- Node.js 16 is the first release to ship prebuilt binaries for Apple Silicon.
- Document
$nvm_mirror
(#157).