标签:port nodejs ubunt tar -xvf linu get org 完成 x64
第一步
wget https://nodejs.org/dist/v8.11.3/node-v8.11.3-linux-x64.tar.xz
第二步
xz -d node-v8.11.3-linux-x64.tar.xz
第三步
tar -xvf node-v8.11.3-linux-x64.tar
第四步
cd /usr/local && mv ~/node-v8.11.3-linux-x64 ./
第五步
vim /etc/profile
添加两行代码
export NODE_HOME=/usr/local/node-v8.11.3-linux-x64
export PATH=$PATH:$NODE_HOME/bin
保存退出后
重启服务
source /etc/profile
node安装完成
使用 node -v node安装完成
标签:port nodejs ubunt tar -xvf linu get org 完成 x64
原文地址:https://www.cnblogs.com/libaixu/p/9431806.html