Wednesday, September 16, 2020

Cập nhật nodejs với nvm

curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.35.3/install.sh | bash
wget -qO- https://raw.githubusercontent.com/nvm-sh/nvm/v0.35.3/install.sh | bash
nvm ls // local node versions
nvm ls-remote // remote node versions
nvm install 12.8.8 // install node v12.8.8
nvm use 10.6.7 // switch to node v10.6.7

No comments:

Post a Comment