先安装,nvm,即是Node Version Manager(Node版本管理器) ```shell curl -o- https://raw.githubusercontent.com/creationix/nvm/v0.33.2/install.sh | bash ``` 或者使用 wget ```shell wget -qO- https://raw.githubusercontent.com/creationix/nvm/v0.33.2/install.sh ...