

However, there are some third-party solutions. apk add nodejs-currentĪndroid support is still experimental in Node.js, so precompiled binaries are not yet provided by Node.js developers. Node.js Current can be installed from the Community Repository.

Node.js LTS and npm packages are available in the Main Repository. Debian and Ubuntu based Linux distributions.CentOS, Fedora and Red Hat Enterprise Linux.If it turns out your issue is a bug in Node.js itself, the maintainer will report the issue upstream. Please report any issues you encounter to the package maintainer. To install any other version of Node.js, run: nvm install command to update your config manually.Note: The packages on this page are maintained and supported by their respective packagers, not the Node.js core team. To list all available Node.js versions that are supported in NVM, run: nvm ls-remoteĬode language: plaintext ( plaintext ) Install Specific Node.js Version Using NVM To install the LTS version of Node.js, run: nvm install -ltsĬode language: plaintext ( plaintext ) List Available Node.js Versions To install the latest version of Node.js, run: nvm install nodeĬode language: plaintext ( plaintext ) Install Node.js LTS Using NVM The specific NVM Windows commands are listed in the Windows section. Therefore, we are going to look at the most important NVM commands first to familiarize you with NVM. The NVM commands are the same on every operating system except for Windows. Install Latest Node.js Version on macOS.Install Latest Node.js Version on Ubuntu.Install Specific Node.js Version on Windows.Install Latest Node.js Version on Windows.Install Specific Node.js Version Using NVM.Install Latest Node.js Version Using NVM.In this article, you will learn how to: install NVM on Ubuntu, install NVM on macOS, install NVM on WSL2 and install NVM on Windows. Without Node Version Manager, changing Node.js versions can be cumbersome. We, as developers, oftentimes need to change between different Node.js versions depending on the project.

Node Version Manager is the most convenient way to manage different Node.js versions.
