node10 설치

    Nodejs 버전 별 설치

    Nodejs 버전 별 설치

    OS : CentOS7.x Nodejs : 9.11 # 8.x 버전 [root@localhost ~]# curl -sL https://rpm.nodesource.com/setup_8.x | sudo bash - # 9.x 버전 [root@localhost ~]# curl -sL https://rpm.nodesource.com/setup_9.x | sudo bash - # 10.x 버전 [root@localhost ~]# curl -sL https://rpm.nodesource.com/setup_10.x | sudo bash - # 11.x 버전 [root@localhost ~]# curl -sL https://rpm.nodesource.com/setup_11.x | sudo bash - # 설치 yum ..