Install The Latest Version Of Node With Nvm

October 19, 2017 ยท View on GitHub

Nvm, 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