//root 권한 아닐 시, sudo
$ apt install nodejs
$ apt install npm
$ apt-get update
$ apt-get install nodejs
$ npm -v
$ node -v
root@ip:/home/ubuntu/node# node -version
The program 'node' is currently not installed. You can install it by typing:
apt install nodejs-legacy
$ apt install nodejs-legacy
'Server > AWS' 카테고리의 다른 글
[Node.js] How To Install Using a PPA (why ubuntu node version is v4) (0) | 2020.07.31 |
---|---|
[Node.js] AWS Git 사용법 (0) | 2020.07.31 |
[AWS] How to Install MariaDB on Ubuntu 18.04 (0) | 2020.03.18 |
[AWS] 웹서비스 세션 처리 (0) | 2019.09.11 |
[강연] AWS 설치 및 간단 사용법 + Wordpress (0) | 2015.10.24 |