Notice
Recent Posts
Recent Comments
Link
«   2025/07   »
1 2 3 4 5
6 7 8 9 10 11 12
13 14 15 16 17 18 19
20 21 22 23 24 25 26
27 28 29 30 31
Tags
more
Archives
Today
Total
관리 메뉴

blog

[CentOS] Node.js 설치 본문

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

node -v npm -v