码迷,mamicode.com
首页 > Web开发 > 详细

linux 安装nodejs

时间:2020-02-21 14:49:27      阅读:73      评论:0      收藏:0      [点我收藏+]

标签: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

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!