HomeToolsAbout a20k

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

Select which node version to be used globally

nodenv global verion_number

See which version of NodeJS is being used

nodenv version

See which version of nodenv is used

nodenv -v

Show available NodeJs versions for selection

nodenv versions
© VincentVanKoh