nodejs

Combining NodeJS Versions;

# Setup:
npm install -g nvmw # nvmw install
nvmw install v8.12.0 # installation of the versions to be used
nvmw use v8.12.0 # Use the specific version

# Use:
nvmw help # help
nvmw install [version] # Version install [version]
nvmw uninstall [version] # Uninstall version [version]
nvmw use [version] # Change version [version]
nvmw ls # List of installed versions

NodeJS Releases List: Versions

NPM: NPM Link

Github: Github Link