ssh 터미널에 접속 한 후, 아래 명령어 통해 node 설치를 진행 할 수 있다.
ㅇ 설치 코드
sudo apt-get update
sudo apt-get install -y build-essential
sudo apt-get install curl
curl -sL https://deb.nodesource.com/setup_14.x | sudo -E bash --
sudo apt-get install -y nodejs
ㅇ 설치 확인
node -v // node 버전 확인
npm -v // npm 버전 확인
'AWS' 카테고리의 다른 글
[AWS] S3 Bucket 삭제시, Access Denied 문제 (0) | 2020.10.07 |
---|---|
[AWS] mRemoteNG로 AWS 접속하기 (0) | 2019.11.10 |