您的位置:首页 > Web前端 > Node.js

mac下brew 安装老版本的node

2016-12-25 13:58 447 查看
brew 安装老版本的node

There's now a much easier way to install an older version of a formula that you'd previously installed. Simply use
brew switch [formula] [version]
For instance, I alternate regularly between Node.js 0.4.12 and 0.6.5:
brew switch node 0.4.12
brew switch node 0.6.5
Since brew switch just changes the symlinks, it's very fast. See further documentation on the Homebrew Wiki under External
Commands.
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签:  brew