Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我试图让Tern JS在 OSX 10.10.x 上的 Vim 中工作。
我目前正在使用 NVM,正如 Tern JS 文档所述,您不能使用 NVM。
注意:因为 node 进程不是使用标准 shell 运行的,>node.js 的 NVM 版本将无法工作。您需要一个全局节点可执行文件。
我不知道如何解决这个问题。我需要以“常规”方式安装 Node,还是有更好的方法来解决这个问题?
谢谢!
您是否尝试设置在新 shell 中使用的默认节点版本?
nvm alias default stable
Tern JS for VIM我对插件没有问题
Tern JS for VIM