CentOS 7 Node.js 12をインストールする

環境
osバージョンを確認します
# cat /etc/redhat-release
CentOS Linux release 7.9.2009 (Core)

操作方法
1.CentOS SCLo Software collections を追加します

# yum -y install centos-release-scl-rh centos-release-scl

2.Node.js 12 をインストールします

# yum --enablerepo=centos-sclo-rh -y install rh-nodejs12

3.環境変数を読み込みます

# scl enable rh-nodejs12 bash

nodeバージョンを確認します
# node -v
v12.22.12
場所を確認します

# which node
/opt/rh/rh-nodejs12/root/usr/bin/node

 

CentOS 7

Posted by arkgame