Reputation: 530
While developing, my Meteor App is often crashing without printing any message like that :
The last line of the screenshot is corresponding to the current project directory where i can type the meteor
command, meaning meteor crashed.
It forces me to restart meteor with the meteor
command.
Where can i see logs to understand why my meteor crashed ?
Upvotes: 0
Views: 89
Reputation: 10076
That's ongoing problem with Meteor, sometimes it crashes without any logs after code reload. See this issue: https://github.com/meteor/meteor/issues/8648
Upvotes: 1