标签:环境 tps shel centos 7 file curl creat bash ash
curl https://raw.githubusercontent.com/creationix/nvm/v0.13.1/install.sh | bash
source ~/.bash_profile
# 查看node版本
nvm list-remote
# 安装需要的版本
nvm install v11.15.0
标签:环境 tps shel centos 7 file curl creat bash ash
原文地址:https://www.cnblogs.com/ykli/p/12393802.html