node.js安装
- 安装node.js的版本控制工具nvm
curl -o- https://raw.githubusercontent.com/creationix/nvm/v0.33.11/install.sh | bash
- 重新进入终端,使用nvm安装最新版本的node.js
nvm install node
本文共 213 字,大约阅读时间需要 1 分钟。
node.js安装
curl -o- https://raw.githubusercontent.com/creationix/nvm/v0.33.11/install.sh | bash
nvm install node
转载于:https://www.cnblogs.com/ttkl/p/10689000.html