# install brew install nodenv # initialize nodenv init
nodenv update
nodenv install -l
NodeJS
nodenv install 0.10.26
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