This website requires JavaScript.
Explore
Help
Register
Sign In
eeymoo
/
nvm
Watch
1
Star
0
Fork
0
You've already forked nvm
mirror of
https://github.com/nvm-sh/nvm.git
synced
2026-01-14 03:07:20 +08:00
Code
Issues
Actions
Packages
Projects
Releases
Wiki
Activity
Files
fc82742a8b5ccce3aefac966cb2af30e129432d2
nvm
/
test
/
slow
History
Jordan Harband
6fb94e0dab
[fix]
nvm exec
: show “io.js” for io.js versions.
2016-05-04 00:33:56 -07:00
..
nvm exec
[fix]
nvm exec
: show “io.js” for io.js versions.
2016-05-04 00:33:56 -07:00
nvm reinstall-packages
nvm reinstall-packages
should install the same version it had before.
2015-06-29 00:04:59 -07:00
nvm run
nvm run: use common code path for "ensure version installed"
2015-10-07 18:08:48 -07:00
nvm uninstall
[Refactor] Create and use
nvm_is_version_installed
2016-04-27 17:11:16 -07:00
nvm use
Ensure that if
npm config get prefix
is set to something outside
nvm
, that
nvm use
refuses to work.
2015-09-21 04:47:37 -07:00
nvm_get_latest
Make sure to ignore
~/.curlrc
if it exists.
2015-05-01 02:00:49 -07:00
node 0.6.21 should install 0.6.21-pre
Add iojs support to "install"
2015-01-13 17:52:18 -08:00
Running "nvm current" should display current nvm environment.
…