[SOLVED] Cannot read property 'Meteor' of undefined

Totally don’t get it. Been with Meteor since 0.6.

So during development at one random point the browser is giving all errors possible. Too many to list, here’s all of them: http://pastebin.com/KK01wCJk Basically Meteor doesn’t exist…

So nothing works. Server show sthat everything is running fine.

Emptying the .meteor/local folder does not help. In fact, meteor create --example localmarket does not work either. Totally bonkers. Got Meteor 1.2.1…

I’ve now reinstalled Meteor with

sudo rm /usr/local/bin/meteor
rm -rf ~/.meteor
curl https://install.meteor.com/ | sh

AND NO USE… holy this is serious. Do I really have to resintall linux?

oh wow turns out it was chromiums problem… firefox works fine. oh man… well at least it’s not a serious problem.

I ran into the same problem after re-installing meteor. After seeing your comment, I suspected clearing my cache and refreshing would do the trick, and it did :slight_smile: