DiscoverMeteor/Microscope

Code 8 error with MongoDB

Ntangen opened this issue · 1 comments

Hi there. After working through several chapters on one machine, I switched to another, and simply cloned the Microscope codebase from the Chapter 7-8 commit on to the new machine. Now, however, when I run "meteor" from the application folder, it invariably crashes and gives me several "Exited with code: 8" errors. Some googling has told me this is a MongoDB problem.

I've tried "meteor reset" of the database, but no help there. I also tried Dropbox-ing myself the actual application folder/code I wrote from the other machine, but that also didn't do it. Any ideas?

Okay, well - I had to rebuild the app on my local machine using a cloned GitHub repo. Thanks anyway!