// node 버전 확인
node -v
// 사용 가능한 버전 조회
nvm list available
// 14.15.4 버전 다운로드하기
nvm install 14.21.3
// 설치 되어있는 버전확인하기
nvm list
// 14.21.3 버전 사용하기
nvm use 14.21.3
'개발이야기 > Etc' 카테고리의 다른 글
vscode 빈 줄(라인) 삭제 (0) | 2023.05.10 |
---|---|
Sequelize join order by / group by (0) | 2023.03.28 |
CORS 에러: The request client is not a secure context and the resource is in more-private address space `local` (0) | 2022.08.14 |
bitbucket - Bitbucket Cloud recently stopped supporting account passwords for Git authentication 오류 (0) | 2022.03.10 |
브라우저에서 번역 하기 안먹히게 하는법 (0) | 2022.02.11 |