1.安裝 nvm
使用 curl
curl -o- https://raw.githubusercontent.com/creationix/nvm/v0.31.0/install.sh | bash
或是 Wget:
wget -qO- https://raw.githubusercontent.com/creationix/nvm/v0.31.0/install.sh | bash
2.重新登入系統
3.使用方式
安裝最新穩定版本
#nvm install stable
安裝某版本
#nvm install 5.10
#nvm install 4.4
使用某版本
#nvm use 5.10
#nvm use 4.4
列出安裝版本
#nvm ls
移除某版本
#nvm uninstall 5.10
#nvm uninstall 4.4
0 意見:
張貼留言