Repository - API - Source
SIGINT
handlershere
to local
global
to target the
global Node version, regardless of the current directorynow
to here
c
and current
renamed to now
now
now takes into account
package.json
engines.node
field and
additional files
used by other Node.js version managers.l
removed: please use latest
insteadlts
to target the latest
LTS versionl
and c
*
alias to latest
or l
.
alias to current
or c
_
aliascore-js
fetch
option to control cachingmirror
option was usedcore-js
cwd
option_
and .
aliases not working_
alias to refer to the
current process's Node.js version.
alias to refer to the
current project's Node.js version using
its .nvmrc
, .node-version
or .naverc
. The current directory can be
changed using the cwd
option.arch
optionarch
option to specify the
CPU architecture.10.17.0
0.12
and below on Windowsget-node-cli
to reduce the number
of dependencies.fetch-node-website
to 4.0.0
normalize-node-version
to 5.1.0
progress
option.progress
option
now displays a progress bar instead of a spinner.progress
option
default value from true
to false
when called programmatically. The
--progress
CLI option
still defaults to true
.CTRL-C
not working--output
flag
instead of a positional argument on the CLI. This means
get-node VERSION OUTPUT
should now be get-node --output=OUTPUT VERSION
.--help
and --version
CLI flags--progress
CLI flag--mirror
optionNODE_MIRROR
: NVM_NODEJS_ORG_MIRROR
,
N_NODE_MIRROR
and NODIST_NODE_MIRROR