Reputation: 6285
=> Started your app.
=> App running at: http://localhost:3000/
events.js:72
throw er; // Unhandled 'error' event
^
Error: ENOMEM, write
Nothing more in the console. (running on nitrous.io btw)
EDIT: it was a dummy out of resource error due to Meteor upgrade
CLOSED
Upvotes: 0
Views: 112
Reputation: 48
Well, your events.js file, on line 72 seems like a good place to start. If you post some code from that file/line it'll be a lot easier to help you fix it.
Upvotes: 1