linux 安装nodejs

2021-06-04 16:03

阅读:776

标签:inux   profile   tor   bsp   etc   cto   目录   路径   root   

Linux 上安装 Node.js

wget https://nodejs.org/dist/v10.16.0/node-v10.16.0-linux-x64.tar.xz // 下载

tar xf node-v10.16.0-linux-x64.tar.xz // 解压

cd node-v10.16.0-linux-x64 // 进入解压目录

cp /etc/profile /etc/profile.bak 修改重要文件之前先备份。

vim /etc/profile 在最下面添加 export PATH=$PATH: 后面跟上node下bin目录的路径  export PATH=$PATH:/root/node-v10.16.0-linux-x64/bin

source /etc/profile

查看node版本

node -v

linux 安装nodejs

标签:inux   profile   tor   bsp   etc   cto   目录   路径   root   

原文地址:https://www.cnblogs.com/slothful/p/12341058.html


评论


亲,登录后才可以留言!