[node] nvm 설치 방법

HardCarry·2023년 9월 22일
0

nvm 설치

wget -qO- https://raw.githubusercontent.com/nvm-sh/nvm/v0.35.2/install.sh | bash

.bashrc 로딩

source ~/.bashrc

nvm 10.1.0 설치

nvm install 10.1.0

version 확인

node -v 
npm -v
profile
안녕하세요, 하드캐리입니다

0개의 댓글