nodeJS
[AWS] EC2에서 Node.js, npm, yarn 패키지 설치하는 방법 (nvm)
[AWS] EC2에서 Node.js, npm, yarn 패키지 설치하는 방법 (nvm)
2023.12.06AWS EC2 사용 중인데 백엔드 개발자지만 프론트엔드도 같이 하느라 리액트 프로젝트를 배포할 일이 생겨서 서버에 여러 설정들을 했다. 리액트를 배포하기 위해 Node.js를 설치하고 npm을 사용하려고 한다. 1. NVM 설치하기 1-1. curl 설치 curl이 설치되어 있지 않다면 아래 명령어로 설치한다. yum install curl 1-2. nvm 설치 curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.34.0/install.sh | bash curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.34.0/install.sh | bash % Total % Received % Xferd Average..