개발
quick node version switch with nvm
yoosmg
2023. 2. 24. 19:47
- nvm install => curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.39.3/install.sh | bash
- check list => nvm ls-remote
- choose what you want => nvm use v16.19.1
- confirm => node -v