javascript - Meteor project stopped working in client only -


i adding regex project , after automatic rebuild project stopped working. page went blank , got 7 errors in client console:

uncaught syntaxerror: unexpected end of input allow-deny.js?hash=9651dba…:18 uncaught typeerror: cannot read property 'localcollection' of undefined     @ allow-deny.js?hash=9651dba…:18     @ allow-deny.js?hash=9651dba…:555 (anonymous) @ allow-deny.js?hash=9651dba…:18 (anonymous) @ allow-deny.js?hash=9651dba…:555 mongo.js?hash=1fe519a…:17 uncaught typeerror: cannot read property 'allowdeny' of undefined     @ mongo.js?hash=1fe519a…:17     @ mongo.js?hash=1fe519a…:852 (anonymous) @ mongo.js?hash=1fe519a…:17 (anonymous) @ mongo.js?hash=1fe519a…:852 autoupdate.js?hash=1fd9cf3…:21 uncaught typeerror: cannot read property 'mongo' of undefined     @ autoupdate.js?hash=1fd9cf3…:21     @ autoupdate.js?hash=1fd9cf3…:206 (anonymous) @ autoupdate.js?hash=1fd9cf3…:21 (anonymous) @ autoupdate.js?hash=1fd9cf3…:206 global-imports.js?hash=b1024b5…:3 uncaught typeerror: cannot read property 'mongo' of undefined     @ global-imports.js?hash=b1024b5…:3 (anonymous) @ global-imports.js?hash=b1024b5…:3 app.js?hash=0bda15b…:1uncaught referenceerror: meteorinstall not defined     @ app.js?hash=0bda15b…:1 (anonymous) @ app.js?hash=0bda15b…:1 kadira_flow-router.js?hash=bd0215d…:519 there no route path: / 

print screen of error

it seems related minimingo don't know how reinstall it.

i used meteor reset didn't solve problem.

anyone knows happening?


Comments

Popular posts from this blog

node.js - Node js - Trying to send POST request, but it is not loading javascript content -

javascript - Replicate keyboard event with html button -

javascript - Web audio api 5.1 surround example not working in firefox -