본문 바로가기

개발자의 윈도우 초기 설정

8. WSL에 Git과 Node 설치

Git 설치

 

https://github.com/cli/cli/blob/trunk/docs/install_linux.md

 

GitHub - cli/cli: GitHub’s official command line tool

GitHub’s official command line tool. Contribute to cli/cli development by creating an account on GitHub.

github.com

 

 

Node 설치

 

NVM 설치 ( Node Version Manager )

 

https://github.com/nvm-sh/nvm#manual-install

 

GitHub - nvm-sh/nvm: Node Version Manager - POSIX-compliant bash script to manage multiple active node.js versions

Node Version Manager - POSIX-compliant bash script to manage multiple active node.js versions - GitHub - nvm-sh/nvm: Node Version Manager - POSIX-compliant bash script to manage multiple active nod...

github.com

 

 

 

NVM 설치가 완료되었다.

 

Node 설치

 

이제 NVM으로 노드를 설치하자.

노드 버전은 LTS( Long Term Support ) 중에 최신껄로 다운한다.

 

 

 

노드 버전 16.14.2가 다운되었다.

 

 

'개발자의 윈도우 초기 설정' 카테고리의 다른 글

7. WSL에 python 설치  (0) 2022.04.25
6. WSL 설치 ( Windows Subsystem for Linux )  (0) 2022.04.23
5. windows terminal 설치  (0) 2022.04.23
4. chocolatey로 파이썬 설치  (0) 2022.04.23
3. chocolately 설치  (0) 2022.04.23