mirror of
https://github.com/nvm-sh/nvm.git
synced 2025-05-10 22:31:51 +00:00
1.1 KiB
1.1 KiB
nvm Road Map
This is a list of the primary features planned for nvm
:
- Rewriting installation code paths to support installing
io.js
andnode
v4+
from source. - This will include reusing previously downloaded tarballs that match checksums, which is a nice performance and bandwith bonus.
- Adding opt-in environment variable support to list, download, and install
node
release candidates, and nightly builds. nvm update
: the ability to autoupdatenvm
itself- v1.0.0, including updating the nvm on npm to auto-install nvm properly
- Windows support: adding test coverage for
nvm
usage on BashOnWindows (related issue)
- also, explore possibilities for non-POSIX Windows support.