Releases: tj/n
Releases · tj/n
7.2.0 [YANKED]
Released off wrong branch, essentially same as 7.1.0.
7.1.0
Added
- support installs where /usr/local/share/man is a symlink (such as archlinux)
- remove requirement for rsync for --preserve
- avoid install pollution if user installs global packages when using n exec
7.0.2
7.0.1
7.0.0
6.8.0
Fixed
- suppress unwanted warning during
auto
when using npx with npm 7 - temporary fix for installing on Mac with Apple M1 chip, look for x64 versions of node as arm64 not available yet
6.7.1
6.7.0
Added
auto
support for:.node-version
.nvmrc
engines
field ofpackage.json
6.6.0
6.5.1
Added
- specify
auto
to read the target version from a.n-node-version
file
(i.e. changed filename from 6.5.0 release)