nodejs下载:https://nodejs.org/zh-cn/download/

 

1.cd /root/download

2.wget https://nodejs.org/dist/v6.11.2/node-v6.11.2-linux-x64.tar.xz

3.tar xvf node-v6.11.2-linux-x64.tar.xz

4.cd /node-v6.11.2-linux-64/bin

5../node -v

6.pwd

7.vi /etc/profile

8.export PATH=$PATH:/root/hexia/node-v6.11.2-linux-x64/bin/

9.source /etc/profile

10.. /etc/profile

11.cd /

12.node -v

 

  

 

相关文章:

  • 2022-12-23
  • 2022-03-02
  • 2021-12-23
  • 2021-12-19
  • 2022-02-24
  • 2022-12-23
  • 2021-11-19
猜你喜欢
  • 2022-12-23
  • 2021-06-22
  • 2021-06-01
  • 2021-09-01
  • 2022-12-23
相关资源
相似解决方案