

To check if everything is working as expected the command bellow print the node version: nvm run node -versionįinally, we want to execute NVM in every shell session, so let's create two user environment variables NVM_DIR and NVM_HOMEBREW. The previous command is also useful if you want to change from different Node.js versions.

There are different node versions that you can install if you want to install the last version is very simple just using the command:īut I work with the long-term support version and the command to install the last LTS version is the command below: nvm install -lts The first thing we need to do is create a folder for the current user.

Install NVM is very easy just with this command: So these are the steps to install NVM with Homebrew: NOTE: install NVM with Homebrew is not officially supported. And I usually install most applications using homebrew. Node version manager is a script to manage multiple active node.js versions.
