进击后端linux安装最新版nodejs
Posted caidan1995
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了进击后端linux安装最新版nodejs相关的知识,希望对你有一定的参考价值。
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
以上是关于进击后端linux安装最新版nodejs的主要内容,如果未能解决你的问题,请参考以下文章