My app started crashing for absolutely no reason. I rolled back to a version I knew worked, but it is still crashing. I cloned a version from github that I absolutely know
Uninstalling Meteor for Linux and OS X users Open up terminal and run the following command-
1. sudo rm /usr/local/bin/meteor 2. rm -rf ~/.meteor
Installing Meteor Open up terminal and run the following command-
1. curl https://install.meteor.com/ | sh