创建目录

1
mkdir -p /usr/local/nvm

下载源码

1
git clone https://github.com/nvm-sh/nvm.git /usr/local/nvm

切换目录

1
cd /usr/local/nvm

安装

1
./install.sh

添加淘宝镜像

1
export NVM_NODEJS_ORG_MIRROR=https://npm.taobao.org/dist

重启配置文件不会操作也可以重启Linux

1
2
source ~/.bashrc
#输入到bash xxx的时候需要根据操作系统决定 我用的deepin是.bashrc | Ubuntu应该是bash_profile

开始安装

1
nvm install stable