如何使用brew下载和链接不同版本的节点?

时间:2016-11-15 11:21:03

标签: angularjs angular npm nvm

我有使用brew安装的节点7.1.0,我想返回4.4.6

问题在于,现在我以某种方式取消了节点的链接,因为我认为我没有npm但是当我做brew install npm时,我得到了:

  

警告:node-7.1.0已经安装,它只是没有链接

所以现在我如何获得ver 4.4.6并将其链接起来而不是7.1.0

1 个答案:

答案 0 :(得分:1)

使用nvm

https://github.com/creationix/nvm

nvm use 7.1
# or
nmv use 4.4

当您需要使用7.1或4.4时

find( { $text: { $search: "java \"coffee shop\"" } } )