当前位置:首页 > Web开发 > 正文

nodejs的yum安装部署 # nodejs-8.15.1 curl -sL https://rpm.nodesou

2024-03-31 Web开发

nodejs的yum安置部署

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

yum install nodejs-8.15.1 -y

[[email protected]_influenex_web01:/etc/pki/rpm-gpg]# node --version
v8.15.1
[[email protected]_influenex_web01:/etc/pki/rpm-gpg]# npm --version
6.4.1
# 安置cnpm
npm install -g cnpm --registry=https://registry.npm.taobao.org
# 安置pm2
[[email protected]_influenex_web01:~]# npm install pm2 -g

centos7.7环境安置nodejs8

温馨提示: 本文由Jm博客推荐,转载请保留链接: https://www.jmwww.net/file/web/30492.html