Blank page in the app

I just started using meteor and i get a blank page with the app. here is the error in the page

Uncaught TypeError: Cannot read property 'Autoupdate' of undefined
    at global-imports.js:23
app.js:24 Uncaught ReferenceError: HTML is not defined
    at Blaze.View.<anonymous> (http://localhost:3000/app/app.js?hash=4fb560ae5c958fe29681e188dba9fccc00ac1f16:24:12)
    at http://localhost:3000/packages/templating-runtime.js?hash=c18de19afda6e9f0db7faf3d4382a4c953cabe18:84:17
    at Array.map (native)
    at Function._.map._.collect (http://localhost:3000/packages/underscore.js?hash=cde485f60699ff9aced3305f70189e39c665183c:167:56)
    at Blaze.View._render (http://localhost:3000/packages/templating-runtime.js?hash=c18de19afda6e9f0db7faf3d4382a4c953cabe18:83:12)
    at Blaze.View.doRender (http://localhost:3000/packages/blaze.js?hash=f33d3dfed63a491d24e3aa07ad66c24b5fe8c761:2086:25)
    at http://localhost:3000/packages/blaze.js?hash=f33d3dfed63a491d24e3aa07ad66c24b5fe8c761:1934:20
    at Function.Template._withTemplateInstanceFunc (http://localhost:3000/packages/blaze.js?hash=f33d3dfed63a491d24e3aa07ad66c24b5fe8c761:3744:12)
    at http://localhost:3000/packages/blaze.js?hash=f33d3dfed63a491d24e3aa07ad66c24b5fe8c761:1932:29
    at Object.Blaze._withCurrentView (http://localhost:3000/packages/blaze.js?hash=f33d3dfed63a491d24e3aa07ad66c24b5fe8c761:2271:12)

You need to post more information for anyone to help you.

What have you tried?

What is the code at line 23 of global-imports.js?

Even though the issue is really old, I found it because I just had a very similar issue all of sudden in Meteor 2.0 and 2.1.

It all went away trying the same in a chrome incognito window. So I cleared all browser history and it all went back to normal.

I’ve also had issues with AdBlock and Meteor in the past (has to be disabled for localhost:3000)

No idea why this happens though.

Regards