Parsing Meteor error: Exception from Deps afterFlush -


i these deps errors time time , can never figure out mean or they're pointing to:

exception deps afterflush function function: syntaxerror: unexpected identifier     @ eval (native)     @ http://localhost:4000/packages/jquery.js?265926494aaa3929cd2e30da265211c5929f37a4:372:22     @ function.jquery.extend.globaleval (http://localhost:4000/packages/jquery.js?265926494aaa3929cd2e30da265211c5929f37a4:373:7)     @ jquery.ajaxsetup.converters.text script (http://localhost:4000/packages/jquery.js?265926494aaa3929cd2e30da265211c5929f37a4:9806:11)     @ ajaxconvert (http://localhost:4000/packages/jquery.js?265926494aaa3929cd2e30da265211c5929f37a4:8873:18)     @ done (http://localhost:4000/packages/jquery.js?265926494aaa3929cd2e30da265211c5929f37a4:9293:15)     @ callback (http://localhost:4000/packages/jquery.js?265926494aaa3929cd2e30da265211c5929f37a4:9753:8)     @ object.send (http://localhost:4000/packages/jquery.js?265926494aaa3929cd2e30da265211c5929f37a4:9759:7)     @ function.jquery.extend.ajax (http://localhost:4000/packages/jquery.js?265926494aaa3929cd2e30da265211c5929f37a4:9244:15)     @ function.jquery._evalurl (http://localhost:4000/packages/jquery.js?265926494aaa3929cd2e30da265211c5929f37a4:9409:16) debug.js:41 

it thinks there syntax error, files points jquery.js, highly doubt contain errors...

this error caused code in template helper somewhere uses jquery/a jquery plugin , running code using eval contains syntax error in it, why appears come jquery itself.

there isn't more go off im afraid. might ajax. have @ chrome's network tab see being downloaded before happens , see if contains javascript.

if contains html when should contain javascript check meteor paths, meteor not throw 404 errors, instead serves out main page's html, may why error displays way instead of 404


Comments

Popular posts from this blog

database - VFP Grid + SQL server 2008 - grid not showing correctly -

jquery - Set jPicker field to empty value -

.htaccess - htaccess convert request to clean url and add slash at the end of the url -