14-4 node -v (현재 버젼 확인) 14-3 nvm ls-remote --lts (nvm 최신 lts 버젼 확인) 14-2 .zshrc에 추가 export NVM_DIR="$([ -z "${XDG_CONFIG_HOME-}" ] && printf %s "${HOME}/.nvm" || printf %s "${XDG_CONFIG_HOME}/nvm")" [ -s "$NVM_DIR/nvm.sh" ] && \. "$NVM_DIR/nvm.sh" # This loads nvm 14-1 nvm설치 curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.36.0/install.sh | bash 13-5 gh auth login "권한얻기" 13-4 git config ..