설치 Node.js and npm using NVM 😆 install NVM (Node Version Manager) is a bash script that allows you 1.nvm 버젼에 맞게 설치 curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.34.0/install.sh | bash 설치과정중에 bash파일에다가 export 시켰기 때문에 쉘을 다시 재접속 시킨다. 제가 쓰는건 zsh을 쓰기에 vi ~/.zshrc 으로 추가 후 source ~/.zshrc 2.node 설치 […]