- 如果系统还没有安装git,请先安装git:
yum install git
。 - 然后从 github clone nvm 到本地,
git clone https://github.com/cnpm/nvm.git
。 - 配置终端启动时自动执行 source ~/git/nvm/nvm.sh, 在 ~/.bashrc, ~/.bash_profile, ~/.profile, 或者 ~/.zshrc 文件添加以下命令:
source ~/git/nvm/nvm.sh
。 - 最后通过nvm安装你需要的版本
nvm install 10.7.0
- 检测是否成功,输入
node --v
显示版本号就成功了。
最后修改:2018 年 07 月 19 日
© 允许规范转载