Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 425 Bytes

install-the-latest-version-of-node-with-nvm.md

File metadata and controls

12 lines (9 loc) · 425 Bytes

Install The Latest Version Of Node With Nvm

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