WSL2에 Node.js 설치

홍인수·2022년 5월 16일
0

WSL2

목록 보기
2/3

참고 : Microsoft Link

1. curl 설치

sudo apt-get install curl

2. nvm 설치

curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.39.1/install.sh | bash

3. LTS 버전 설치

nvm install --lts

4. 버전확인

npm --version

0개의 댓글