linux 安装 nvm

curl -o- https://raw.githubusercontent.com/creationix/nvm/v0.31.1/install.sh | bash

或者

wget -qO- https://raw.githubusercontent.com/creationix/nvm/v0.31.1/install.sh | bash

之后 

source ~/.bashrc

ok。

posted @ 2016-06-18 21:09  janjon  阅读(12167)  评论(2编辑  收藏  举报