Nvm & Node.js 개발 환경 설치

2021. 12. 19. 15:52React

OS : Linux, WSL2 

sudo apt-get install curl
curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.38.0/install.sh | bash
nvm install 12.14
nvm use 12.14
npm i -g yarn
npm i -g serve

 

'React' 카테고리의 다른 글

alert() 를 console.log() 함수로 치환하기  (0) 2022.01.04