# 安装nvmwget -qO- https://raw.githubusercontent.com/nvm-sh/nvm/v0.35.1/install.sh | bash# 修改npm registrynpm config set registry https://registry.npm.taobao.org
:::info nvm 在中国国内使用 :::
# 安装bash -c "$(curl -fsSL https://gitee.com/RubyKids/nvm-cn/raw/master/install.sh)"# 卸载bash -c "$(curl -fsSL https://gitee.com/RubyKids/nvm-cn/raw/master/uninstall.sh)"
