v0.35.3
版本发布时间: 2020-03-06 15:20:10
nvm-sh/nvm最新发布版本:v0.40.1(2024-08-28 04:45:26)
v0.35.3
New
- add
lts/-1
etc, to point to an LTS line relative to "latest" -
use
: setNVM_INC
to expose the node include path -
uninstall
: addNVM_DEBUG
to print out a filename as its permissions are checked
Fixes
-
nvm ls-remote
: properly label latest LTS versions instead of just the latest one in the filter
Docs
- [readme] restore broken anchor
- [readme] add nvm intro
- Improve readme clarity and troubleshooting (#2125)
- Fix small typo in README (#2130)
Tests
- update mocks
- fix update mocks script
- update test mocks
- try to make
nvm unload
test more robust - ensure
nvm unload
unsets env vars too