centos7.7环境安装nodejs8
2021-04-20 04:26
标签:环境 root 最新版 版本 str tao pki com bash nodejs的yum安装部署 [root@eus_influenex_web01:/etc/pki/rpm-gpg]# node --version centos7.7环境安装nodejs8 标签:环境 root 最新版 版本 str tao pki com bash 原文地址:https://www.cnblogs.com/reblue520/p/12264147.html
# nodejs-8.15.1
curl -sL https://rpm.nodesource.com/setup_8.x | bash -
# 默认安装最新版本
安装指定版本
yum install nodejs-8.15.1 -y
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
下一篇:node.js webpack
文章标题:centos7.7环境安装nodejs8
文章链接:http://soscw.com/index.php/essay/76963.html