nvm, nrm

  • 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, nrm)