2016年4月19日

在 centos 6 下使用 nvm 安裝 node.js

nvm git 頁面 https://github.com/creationix/nvm

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 意見:

張貼留言