As the nodejs version is updated iteratively, sometimes you may need to install an older version of nodejs to meet project needs. This article will explain how to install older versions of nodejs.
- View available versions
Before installing the old version, we need to view all available nodejs versions. All released versions can be found on the official nodejs website at https://nodejs.org/dist/. On this page you can see a list of all available versions.
In the list, you will see the version number and supported platforms and system architectures. We need to choose the corresponding version based on our system architecture.
- Download the required version
Once you select the required version, we can download the corresponding binary package from the official website. For convenience, we can use the wget command to download the binary package file. Enter the following command in the terminal:
wget https://nodejs.org/dist/v<version>/node-v<version>-<platform>-<arch>.tar.gz
In the command, <version></version>
is the version number you need, <platform></platform>
is your operation System platform, <arch></arch>
is your system architecture.
- Decompress the binary package
After the download is complete, we need to decompress the downloaded binary package to the appropriate directory. In the terminal, enter the directory downloaded in the previous step and enter the following command:
tar xvzf node-v<version>-<platform>-<arch>.tar.gz
After decompression is completed, a file named node-v
- Installing old versions
Installing old versions of nodejs is very simple. Just copy the unzipped binaries to the directory where you want to install them. Enter the decompressed directory in the terminal and enter the following command:
sudo cp -R * /usr/local/
Then, enter the following command to verify whether nodejs is installed successfully:
node -v
This command will output the installed nodejs version number .
- Install a specific version
If you have difficulty installing an older version, you can also use nvm (Node Version Manager) to install it. nvm is a nodejs version management tool that can easily switch between versions.
First, you need to install nvm in the terminal. Run the following command in the terminal:
curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.38.0/install.sh | bash
After the installation is complete, reopen a terminal window to enable nvm. In a new terminal window, enter the following command to view all available nodejs versions:
nvm ls-remote
Select the version you need and enter the following command in the terminal to install it:
nvm install <version>
In this article, we introduce how to download and install older versions of nodejs through the official website. If you have trouble installing, you can also use the nvm tool for installation and management. When choosing to install an older version of nodejs, please make sure that the operating system and architecture supported by the version are compatible with your system.
The above is the detailed content of nodejs install old version. For more information, please follow other related articles on the PHP Chinese website!

The article discusses useEffect in React, a hook for managing side effects like data fetching and DOM manipulation in functional components. It explains usage, common side effects, and cleanup to prevent issues like memory leaks.

Lazy loading delays loading of content until needed, improving web performance and user experience by reducing initial load times and server load.

Higher-order functions in JavaScript enhance code conciseness, reusability, modularity, and performance through abstraction, common patterns, and optimization techniques.

The article discusses currying in JavaScript, a technique transforming multi-argument functions into single-argument function sequences. It explores currying's implementation, benefits like partial application, and practical uses, enhancing code read

The article explains React's reconciliation algorithm, which efficiently updates the DOM by comparing Virtual DOM trees. It discusses performance benefits, optimization techniques, and impacts on user experience.Character count: 159

The article explains useContext in React, which simplifies state management by avoiding prop drilling. It discusses benefits like centralized state and performance improvements through reduced re-renders.

Article discusses preventing default behavior in event handlers using preventDefault() method, its benefits like enhanced user experience, and potential issues like accessibility concerns.

The article discusses the advantages and disadvantages of controlled and uncontrolled components in React, focusing on aspects like predictability, performance, and use cases. It advises on factors to consider when choosing between them.


Hot AI Tools

Undresser.AI Undress
AI-powered app for creating realistic nude photos

AI Clothes Remover
Online AI tool for removing clothes from photos.

Undress AI Tool
Undress images for free

Clothoff.io
AI clothes remover

AI Hentai Generator
Generate AI Hentai for free.

Hot Article

Hot Tools

SublimeText3 Mac version
God-level code editing software (SublimeText3)

Dreamweaver Mac version
Visual web development tools

SublimeText3 Chinese version
Chinese version, very easy to use

VSCode Windows 64-bit Download
A free and powerful IDE editor launched by Microsoft

SublimeText3 Linux new version
SublimeText3 Linux latest version
