Nodejs 安装
安装方法
先安装 nvm
rm -rf ~/.nvm
curl -o- https://raw.githubusercontent.com/creationix/nvm/v0.33.8/install.sh | bash
. ~/.nvm/nvm.sh安装 Nodejs
脚本
更多内容
Last updated
Was this helpful?
rm -rf ~/.nvm
curl -o- https://raw.githubusercontent.com/creationix/nvm/v0.33.8/install.sh | bash
. ~/.nvm/nvm.shLast updated
Was this helpful?
Was this helpful?
nvm install 8.9.4
nvm use 8.9.4