LTS Current Recommended for most users Windows Installer node-v14.17.6-x86. The online installer is available from the Qt Downloads page. To remedy that you might consider adding your desired node version to PATH instead: echo 'export > ~/. Download the Node.js source code, a pre-built installer for your platform, or install via package manager. So if you have the latest/generic node package already installed you need to unlink it first: brew unlink nodeĪnd then you can link a different version: brew link it might be required to link them with the -force and -overwrite options: brew link -force -overwrite when new node version comes out and you’ll update to it by running brew upgrade, the link will be removed and the most recent node version will be linked instead. To install this on macOS or Ubuntu 18.04, follow the steps in How to Install Node.js and Create a Local Development Environment on macOS or the Installing Using. This might give you the follow results: heroku/brew/heroku-node ✔Īnd then install the desired version: brew install remember that you can install more than 1 node package at the same time, but you cannot have them available at the same time.
These days if you want to install a different version of node you do it this way:įirst search for your desired package: brew search node