

Node Version Manager (NVM), as the name implies, is a tool for managing Node versions on your device.ĭifferent projects on your device may be using different versions of Node. This article should have helped you update Node.js on any operating system.In this article, I'll explain how you can install NVM, or Node Version Manager, on Windows, Linux, and Mac. Users can choose whether they want to work with the LTS (the long-term supported version) or the latest version with the newest features.

Node.js is a good example of such software as new versions come out regularly. The best part of open-source technology is its strong community of users constantly working on upgrading the software. Or, install a specific version number with: n Now that you have n installed, you can use the module to install the latest stable release of Node.js: sudo n stableĪlternatively, you can install the Node.js release with the latest features: sudo n latest Next, clear npm cache with the command: npm cache clean -fĤ. Before updating the Node.js release, check which version you are currently using with: node -vĢ. The n feature allows you to interact with different Node.js versions.ġ.

If you want to upgrade Node.js from the command line, use the n model within the npm command. Option 2: Update Node.js on Windows and macOS with NPM If such problems occur, you may want to consider updating with NPM, outlined in the section below. Note: Sometimes, the system fails to overwrite the older Node.js release and you may end up with two versions. The Node.js Setup Wizard appears and guides you through the installation. Once the download is complete, run the installer.Ĥ. The system downloads the package and stores it in the specified directory.ģ. After deciding the version, click on the Windows or the macOS Installer, depending on the system you are using. Navigate to the Node.js website and click on the latest stable version or the newest current release (with the latest features).Ģ. Bz doing so, the system should overwrite the older version with the updated one.ġ. One way to update your Node.js is to go to its official download page and install the newest release. Option 1: Update Node.js on Windows and macOS with Installer
