HomeAbout

Nodenv

nodenv

# install brew install nodenv # initialize nodenv init # Update `nodenv` nodenv update # check nodenv version nodenv -v

Node Version

# List all `NodeJS` versions nodenv install -l # Install a specific version of `NodeJS` nodenv install 0.10.26 # See which version of `NodeJS` is currently selected: nodenv version # Show available `NodeJs` versions are available locally for selection nodenv versions # Select which node version to be used globally nodenv global verion_number
AboutContact