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

Configure the node environment

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

Share

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

Download node binary package from official website, here we use node-v8.6.0,

1, xz get tar file

[root@log src]# xz -d node-v8.6.0-linux-x64.tar.xz

2. Decompress the binary package

[root@log src]# tar xf node-v8.6.0-linux-x64.tar

3. Rename the extracted folder

[root@log src]# mv node-v8.6.0-linux-x64 node-v8.6.0

4. Add variables

[root@log src]# vi /root/.bashrc

Add the following at the end:

export NODE_HOME=/usr/local/src/node-v8.6.0 # node path to binary file

export PATH=$NODE_HOME/bin:$PATH

5. Effective variables

[root@log src]# source /root/.bashrc

6. Verify node version

[root@log src]# node --version

v8.6.0

[root@log src]# node

> console.log('installing success')

installing success

undefined

>

> .exit

[root@log src]#

everything is normal

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

Servers

Wechat

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

12
Report