-
Notifications
You must be signed in to change notification settings - Fork 21
Description
Trying to build a very simple program with Meteor in Eclipse. As long as the Meteor plugin is active, I get the following output at the Tern console (Sorry about the formatting. I tried.):
`
Nodejs Commnand: "/usr/local/bin/node" "/home/david/.eclipse/org.eclipse.platform_4.4.2_371948527_linux_gtk_x86_64/plugins/ternjs_0.10.0.201506172156/node_modules/tern/bin/tern" --no-port-file --disable-loading-local
Project dir: /home/david/workspaces/javascript/SolutionExplorer
.tern-project: {"ide":{"scriptPaths":[{"type":"FOLDER","path":".settings"}]},"libs":["ecma5","browser"],"plugins":{"node":{},"meteor":{}}}
Tern request#:
{"files":[{"name":"solutionExplorer.html","text":"","type":"full"}]}
Server started at 35299 in 434ms
Tern response# with 35ms:
{}
/home/david/.eclipse/org.eclipse.platform_4.4.2_371948527_linux_gtk_x86_64/plugins/ternjs_0.10.0.201506172156/node_modules/tern/plugin/node.js:190
file.scope.exports.propagate(mod);
at Object. (/home/david/.eclipse/org.eclipse.platform_4.4.2_371948527_linux_gtk_x86_64/plugins/ternjs_0.10.0.201506172156/node_modules/tern/plugin/node.js:190:25)
at Object.signal (/home/david/.eclipse/org.eclipse.platform_4.4.2_371948527_linux_gtk_x86_64/plugins/ternjs_0.10.0.201506172156/node_modules/tern/lib/signal.js:19:58)
at /home/david/.eclipse/org.eclipse.platform_4.4.2_371948527_linux_gtk_x86_64/plugins/ternjs_0.10.0.201506172156/node_modules/tern/lib/tern.js:228:11
at Object.exports.withContext (/home/david/.eclipse/org.eclipse.platform_4.4.2_371948527_linux_gtk_x86_64/plugins/ternjs_0.10.0.201506172156/node_modules/tern/lib/infer.js:759:18)
at analyzeFile (/home/david/.eclipse/org.eclipse.platform_4.4.2_371948527_linux_gtk_x86_64/plugins/ternjs_0.10.0.201506172156/node_modules/tern/lib/tern.js:224:11)
at analyzeAll (/home/david/.eclipse/org.eclipse.platform_4.4.2_371948527_linux_gtk_x86_64/plugins/ternjs_0.10.0.201506172156/node_modules/tern/lib/tern.js:329:11)
at doRequest (/home/david/.eclipse/org.eclipse.platform_4.4.2_371948527_linux_gtk_x86_64/plugins/ternjs_0.10.0.201506172156/node_modules/tern/lib/tern.js:193:7)
at respond (/home/david/.eclipse/org.eclipse.platform_4.4.2_371948527_linux_gtk_x86_64/plugins/ternjs_0.10.0.201506172156/node_modules/tern/bin/tern:224:10)
at Object.signal.mixin.request (/home/david/.eclipse/org.eclipse.platform_4.4.2_371948527_linux_gtk_x86_64/plugins/ternjs_0.10.0.201506172156/node_modules/tern/lib/tern.js:143:7)
at IncomingMessage. (/home/david/.eclipse/org.eclipse.platform_4.4.2_371948527_linux_gtk_x86_64/plugins/ternjs_0.10.0.201506172156/node_modules/tern/bin/tern:190:32)
TypeError: Cannot read property 'propagate' of undefined
^
`
This error disappears when I uncheck Tern's Meteor plugin. In all cases, however, I get syntax errors on the template tag.
Also, "Command" is misspelt.