nvm
Version manager for node.js
Node Version Manager or nvm is a POSIX-compliant bash script for managing multiple active node.js versions. It allows you to access every long term support (LTS) version of node.js, download any of these remote LTS versions locally, set up aliases so you can easily switch between downloaded Node versions, and automatically use the version of node.js that is specified if a .nvmrc file is present.
Nvm can work on any POSIX-compliant shell, particularly on windows WSL, macOS and unix platforms...