
alias= After installing, set the alias specified to the version specified. no-progress Disable the progress bar on any downloads latest-npm After installing, attempt to upgrade to the latest working npm on the given node version skip-default-packages When installing, skip the default-packages file if it exists lts= When installing, only select from versions for a specific LTS line lts When installing, only select from LTS (long-term support) versions reinstall-packages-from= When installing, reinstall packages installed in b Skip source download, install from binary only. s Skip binary download, install from source only. The following optional arguments, if provided, must appear directly after `nvm install`: nvmrc if available and version is omitted. Nvm -version Print out the installed version of nvm custom aliases you define with `nvm alias foo`Īny options that produce colorized output should respect the `-no-colors` option. default (built-in) aliases: node, stable, unstable, iojs, system


full or partial version numbers, starting with an optional "v" (0.10, v0.1.2, v1) Note: refers to any version-like string nvm understands.

A days ago updated node and npm using nvm, everything works until shutdown my machine.īut everything just works after "sourcing" ".profile", where I save all my variables and modifications to "$PATH": ~ source.
