공부/에러노트
[Node.js] nvm설치후 버전변경
aerhergag0
2024. 1. 17. 03:46
node.js 다운그레이드를 위한 nvm설치
https://github.com/coreybutler/nvm-windows/
GitHub - coreybutler/nvm-windows: A node.js version management utility for Windows. Ironically written in Go.
A node.js version management utility for Windows. Ironically written in Go. - GitHub - coreybutler/nvm-windows: A node.js version management utility for Windows. Ironically written in Go.
github.com
nvm -v : 설치 확인/버전 확인
nvm list available : 설치 가능한 node.js 버전 리스트
nvm install {node.js version}: 버전 설치
nvm use {node.js version} : 버전 사용