-
Notifications
You must be signed in to change notification settings - Fork 31
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Crashing while starting #4
Comments
Hi Samuel, Maybe just try stopping Meteor and starting it again? On Monday, 4 November 2013 at 1:28 am, Samuel Andert wrote:
|
No difference. |
Hi Sam, Sorry, I took a closer look and (although I'm getting a different error), there's clearly a problem in that GC hasn't been updated to work with 0.6.5. I've pushed a commit that locks us to 0.6.4 now, you should be able to run it if you pull. |
Lovely, perfect! Thank you Tom! |
I have the following crash, when I try to start the meteor up:
=> Exited with code: 8
=> Meteor server restarted
W202403-15:25:43.427(1)? (STDERR) /Users/samuel/.meteor/tools/bebd881297/lib/node_modules/fibers/future.js:173
W202403-15:25:43.428(1)? (STDERR) throw(ex);
W202403-15:25:43.428(1)? (STDERR) ^
W202403-15:25:43.432(1)? (STDERR) ReferenceError: Meteor is not defined
W202403-15:25:43.433(1)? (STDERR) at app/server/lib/serve.js:6:1
W202403-15:25:43.433(1)? (STDERR) at app/server/lib/serve.js:19:3
W202403-15:25:43.434(1)? (STDERR) at /Volumes/Data/Localhost/ground-control/.meteor/local/build/programs/server/boot.js:154:10
W202403-15:25:43.434(1)? (STDERR) at Array.forEach (native)
W202403-15:25:43.435(1)? (STDERR) at Function..each..forEach (/Users/samuel/.meteor/tools/bebd881297/lib/node_modules/underscore/underscore.js:79:11)
W202403-15:25:43.435(1)? (STDERR) at /Volumes/Data/Localhost/ground-control/.meteor/local/build/programs/server/boot.js:81:5
The text was updated successfully, but these errors were encountered: