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)"
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)"