NVM常用命令记录
一、安装NVM
[root@localhost nginx]# yum install -y curl
[root@localhost nginx]# yum install -y wget# 使用curl或wget安装
curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.39.7/install.sh | bash# 或者使用国内的
# 使用 gitee 镜像
curl -o- https://gite…
2026/8/18 14:07:06