
Today nvm released v0.38.0! This latest release includes new `nvm install` features, bug fixes, and updates to documentation.
Major updates include:
- Improvements to
nvm install
: OpenBSD source builds are now parallelized;nvm install -b
will skip compiling from source - Bug fixes:
-
nvm exec
: ensure — stops argument parsing - fix variable issues on some shells; avoid conflicts with oh-my-zsh global variables
- fix
npm exec
on older versions of npm 7 - fix
lts/-1
aliases being off-by-one
-
- Lots of documentation improvements
- Cloning the repo on windows should no longer fail due to test filenames
Check out the release notes: https://github.com/nvm-sh/nvm/releases/tag/v0.38.0