$ cd ~
$ curl -sL https://deb.nodesource.com/setup_12.x -o nodesource_setup.sh
// shell 열어서 확인 할 시
$ nano nodesource_setup.sh
$ bash nodesource_setup.sh
$ apt-get install nodejs
$ nodejs -v
'Server > AWS' 카테고리의 다른 글
[Ubuntu] Can't Connect to MySQL Server on IP (10061) (0) | 2020.08.14 |
---|---|
[Node.js] ubuntu 16.04 nvm 설치 및 node version 설정 (0) | 2020.08.14 |
[Node.js] AWS Git 사용법 (0) | 2020.07.31 |
[Node.js] AWS install nodejs (0) | 2020.07.31 |
[AWS] How to Install MariaDB on Ubuntu 18.04 (0) | 2020.03.18 |