Web/그 외
[CentOS] Node.js 설치
hjkongkong
2022. 2. 21. 17:02
https://github.com/nodesource/distributions/blob/master/README.md
ctri+f로 centos 검색 후 LTS 버전 선택(node 16 설치)
curl -fsSL https://rpm.nodesource.com/setup_lts.x | bash -
yum install -y nodejs