Install The Latest Version Of Node With NvmOctober 19, 2017 ยท View on GitHubNvm, the Node Version Manager, is a great way to manage multiple versions of Node.js on a machine. Run the following command to get nvm to install the latest version of Node.js for you. $ nvm install node --reinstall-packages-from=node source