我现在的版本是12.22.12,怎么更新到16版?
knsnq2tg1#
使用nvm:
nvm
curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.39.2/install.sh | bash
安装后:
nvm install 16
最后,使用您想要的版本:
nvm use 16
确认版本:
node -v
1条答案
按热度按时间knsnq2tg1#
使用
nvm
:安装后:
最后,使用您想要的版本:
确认版本: