Network Security Internet Technology Development Database Servers Mobile Phone Android Software Apple Software Computer Software News IT Information

In addition to Weibo, there is also WeChat

Please pay attention

WeChat public account

Shulou

How to install Node.js on Linux

2025-01-16 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Development >

Share

Shulou(Shulou.com)06/02 Report--

This article mainly explains "how to install Node.js on Linux". Interested friends may wish to have a look. The method introduced in this paper is simple, fast and practical. Let's let the editor take you to learn how to install Node.js on Linux.

Installation environment native system: CentOS Linux release 7.5

Node.js:v12.18.1

Get the Node.js installation package Node.js installation package and source code download address: https://nodejs.org/en/download/, you can choose the Node.js installation package you need according to different platform systems, here the choice is [LTS] Linux Binaries (x64).

Baidu Cloud backup download address: node-v12.18.1-linux-x64.tar.xz, extraction code: oibi

Install Node.js wget https://nodejs.org/dist/v12.18.1/node-v12.18.1-linux-x64.tar.xz on Linux / / download tar xf node-v12.18.1-linux-x64.tar.xz / / extract cd node-v12.18.1-linux-x64 / / enter the decompressed directory and the bin directory that contains node, Npm, etc. We can modify the environment variable (profile) of the linux system to set the command to run directly:

The old rule is to back up first and form the good habit of backing up important files before modifying them.

Cp / etc/profile / etc/profile.bak and then vim / etc/profile, add export PATH=$PATH at the bottom: followed by the path to the bin directory under node

Export PATH=$PATH:/root/node-v12.18.1-linux-x64/bin takes effect immediately

Source / etc/profile [root@localhost ~] # node-v v12.18.1 so far, I believe you have a deeper understanding of "how to install Node.js on Linux". You might as well do it in practice. Here is the website, more related content can enter the relevant channels to inquire, follow us, continue to learn!

Welcome to subscribe "Shulou Technology Information " to get latest news, interesting things and hot topics in the IT industry, and controls the hottest and latest Internet news, technology news and IT industry trends.

Views: 0

*The comments in the above article only represent the author's personal views and do not represent the views and positions of this website. If you have more insights, please feel free to contribute and share.

Share To

Development

Wechat

© 2024 shulou.com SLNews company. All rights reserved.

12
Report