1. 安装nvm
wget -qO- https://raw.githubusercontent.com/creationix/nvm/v0.25.4/install.sh | bash
2. 安装node
列出所有版本
nvm ls-remote
安装版本
nvm install 0.12.7
用国内源安装
NVM_NODEJS_ORG_MIRROR=https://npm.taobao.org/dist nvm install 0.12.7
网友评论