Nvmarrow-up-right, 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
sourcearrow-up-right
Last updated 4 years ago