기본 콘텐츠로 건너뛰기

AWS Node.js 설치

 

curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.34.0/install.sh | bash

. ~/.nvm/nvm.sh

# Node.js 최신버전 깔기

nvm install node

# Node.js 테스트

node -e "console.log('Running Node.js ' + process.version)"


이 블로그의 인기 게시물