- 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
'개발' 카테고리의 다른 글
[Firestore] snapshot permission error (0) | 2023.02.20 |
---|