vitualbox
nvm
cghun
2021. 11. 25. 14:46
node 14.18.1
npm 6.14
apt install curl
curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.36.0/install.sh | bash
wget -qO- https://raw.githubusercontent.com/nvm-sh/nvm/v0.36.0/install.sh | bash
source ~/.bashrc
nvm --version
nvm ls-remote
nvm install 14.18.1
nvm use 14.18.1
node -v
npm -v