在eclipse上新安装的新燕鸥不运行

时间:2016-01-17 22:24:37

标签: eclipse tern

刚刚在全新的Eclipse JEE上安装了ternjs IDE。

问题在于我无法让它发挥作用。

在编辑器窗口中进行任何代码编辑甚至鼠标单击都会导致控制台错误,如下所示:

\plugins\ternjs_1.1.0.201511082254\node_modules\tern\lib\def.js:85 
Error: Unrecognized type spec: !0. (at 3) at Object.TypeParser.error 

Tern配置很简单,仅适用于meteor

.tern-project: {
  "ecmaVersion": 5,
 "plugins": {
 "guess-types": {

},
"outline": {

},
"meteor": {     
}
},
"libs": [
 "browser"
]
}

本地和系统nodejs都存在同样的问题。

有什么想法吗?

0 个答案:

没有答案