HomeToolsAbout

Nodenv

Install nodenv

# install brew install nodenv # initialize nodenv init

Update nodenv

nodenv update

List all NodeJS versions

nodenv install -l

Install a specific version of NodeJS

nodenv install 0.10.26

Check Installation Version

See nodenv version:

nodenv -v

See which version of NodeJS is currently selected:

nodenv version

Select which node version to be used globally:

nodenv global verion_number

Show available NodeJs versions are available locally for selection:

nodenv versions
AboutContact