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

centos7.7环境安装nodejs8

时间:2020-02-05 16:32:32      阅读:80      评论:0      收藏:0      [点我收藏+]

标签:环境   root   最新版   版本   str   tao   pki   com   bash   

nodejs的yum安装部署

# nodejs-8.15.1
curl -sL https://rpm.nodesource.com/setup_8.x | bash -
# 默认安装最新版本
安装指定版本

yum install nodejs-8.15.1 -y

 

[root@eus_influenex_web01:/etc/pki/rpm-gpg]# node --version
v8.15.1
[root@eus_influenex_web01:/etc/pki/rpm-gpg]# npm --version
6.4.1
# 安装cnpm
npm install -g cnpm --registry=https://registry.npm.taobao.org
# 安装pm2
[root@eus_influenex_web01:~]# npm install pm2 -g

centos7.7环境安装nodejs8

标签:环境   root   最新版   版本   str   tao   pki   com   bash   

原文地址:https://www.cnblogs.com/reblue520/p/12264147.html

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