使用nvm安装指定版本nodejs

技术渣 2023年02月05日
curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/master/install.sh | bash
source ~/.bashrc
nvm --version
nvm list-remote
vm install v16.19.0