我安装了jsctags
,但是当我根据它的用法部分使用它时,它以这个错误结束。
它需要已node.js
安装并将其位置添加到$PATH
. 我安装node.js
为一个 Ubuntu 软件包,apt-get
该文件nodejs
位于/usr/bin
我的$PATH
变量中。
你知道什么是错的以及如何jsctags
工作吗?
谢谢你
I jsctags
have here and at work (at home: build on 2011.05.10, at work: I don't know but may be the same day +- 2 or 3 days) 接受-f -
或-o -
作为选项写入stdout
哪个是TagBar 使用的机制。
我刚刚构建了从 github 提取的最新版本,它似乎不再接受-f
了。-o -
有点工作,但它实际上-
在可执行文件旁边写了一个标签文件jsctags
。
所以基本上整个事情现在都被破坏了。
我建议您联系作者以找到解决方案/解决方法。
同时,您可以检查旧版本jsctags
并查看它是否有帮助。
jsctags 文件名 > 标签。使用 -f 表示 ctags 格式。