I'm getting the following error, occasionally, with no clear trigger. Always while just changing some file, but then not repeatedly on this specific file but just once, etc. It also doesn't bring up the report this error option, as if it were failing on a different level. the tern server goes down as well.
atom-ternjs
~/.atom/packages/atom-ternjs/node_modules/tern/lib/infer.js:0 (function (exports, require, module, filename, dirname) { // Main type inf
TypeError: undefined is not a function
at infer (~/.atom/packages/atom-ternjs/node_modules/tern/lib/infer.js:1174:39)
at Object.walk.make.Expression (~/.atom/packages/atom-ternjs/node_modules/tern/lib/infer.js:1179:7)
at c (~/.atom/packages/atom-ternjs/node_modules/tern/node_modules/acorn/util/walk.js:60:37)
at Object.base.ExpressionStatement (~/.atom/packages/atom-ternjs/node_modules/tern/node_modules/acorn/util/walk.js:176:5)
at c (~/.atom/packages/atom-ternjs/node_modules/tern/node_modules/acorn/util/walk.js:60:37)
at Object.skipThrough [as Statement] (~/.atom/packages/atom-ternjs/node_modules/tern/node_modules/acorn/util/walk.js:163:39)
at c (~/.atom/packages/atom-ternjs/node_modules/tern/node_modules/acorn/util/walk.js:60:37) at Object.base.IfStatement (~/.atom/packages/atom-ternjs/node_modules/tern/node_modules/acorn/util/walk.js:180:5)
at c (~/.atom/packages/atom-ternjs/node_modules/tern/node_modules/acorn/util/walk.js:60:37)
at Object.skipThrough [as Statement] (~/.atom/packages/atom-ternjs/node_modules/tern/node_modules/acorn/util/walk.js:163:39)
I'm getting the following error, occasionally, with no clear trigger. Always while just changing some file, but then not repeatedly on this specific file but just once, etc. It also doesn't bring up the report this error option, as if it were failing on a different level. the tern server goes down as well.