跳到主要内容

3 篇博文 含有标签「Frontend」

查看所有标签

# 安装nvm
wget -qO- https://raw.githubusercontent.com/nvm-sh/nvm/v0.35.1/install.sh | bash

# 修改npm registry
npm config set registry https://registry.npm.taobao.org
信息

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)"