-
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