Install, uninstall or switch between Node.js versions. Supports version numbers like "0.12" or "v4.2", and labels like "stable", "system", etc. More information: https://github.com/creationix/nvm.
nvm install {{node_version}}
nvm use {{node_version}}
nvm alias default {{node_version}}
nvm list
nvm uninstall {{node_version}}
nvm run {{node_version}} --version
nvm exec {{node_version}} node {{app.js}}