Just installed ternjs IDE on fresh new Eclipse JEE.
The problem is that I can not get it working.
Any code edit or even mouse click inside editor window cause console errors like this one:
\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 configuration is simple, just for meteor
.tern-project: {
"ecmaVersion": 5,
"plugins": {
"guess-types": {
},
"outline": {
},
"meteor": {
}
},
"libs": [
"browser"
]
}
The same problem for both local and system nodejs.
Any ideas?