-
nvm install 6.2.0
*选择安装node版本 -
nvm list
*列出已安装版本 -
nvm use 6.2.0
*切换使用的node版
centos 安装nvm
curl -o- https://raw.githubusercontent.com/creationix/nvm/v0.33.8/install.sh | bash
`
npm 查看 切换
nrm ls
nrm use taobao
nvm install 6.2.0
*选择安装node版本nvm list
*列出已安装版本nvm use 6.2.0
*切换使用的node版curl -o- https://raw.githubusercontent.com/creationix/nvm/v0.33.8/install.sh | bash
`
npm 查看 切换
nrm ls
nrm use taobao