Application Crashing on Meteor.com

Hi -

I am very new to meteor, but catching up fast and loving it.

I was deploying my application and testing on different devices very easily thanks to meteor deploy feature. But all of a sudden I started getting this error, although there are no issues while running the application locally.

this is from the server logs

$ meteor logs XXX
[Fri Jan 22 2016 21:50:57 GMT+0000 (UTC)] WARNING sudo: unable to execute /meteor/dev_bundles/0.5.16/bin/node: Permission denied
[Fri Jan 22 2016 21:50:57 GMT+0000 (UTC)] INFO STATUS running -> waiting
[Fri Jan 22 2016 21:52:12 GMT+0000 (UTC)] INFO STATUS waiting -> starting
[Fri Jan 22 2016 21:52:12 GMT+0000 (UTC)] NOTICE Starting application on port 20573
[Fri Jan 22 2016 21:52:12 GMT+0000 (UTC)] INFO STATUS starting -> running
[Fri Jan 22 2016 21:52:12 GMT+0000 (UTC)] ERROR Application crashed with code: 1
[Fri Jan 22 2016 21:52:12 GMT+0000 (UTC)] WARNING sudo: unable to execute /meteor/dev_bundles/0.5.16/bin/node: Permission denied
[Fri Jan 22 2016 21:52:12 GMT+0000 (UTC)] INFO STATUS running -> waiting
[Fri Jan 22 2016 21:54:54 GMT+0000 (UTC)] INFO HIT / 72.190.125.142
[Fri Jan 22 2016 21:55:00 GMT+0000 (UTC)] INFO HIT / 72.190.125.142
[Fri Jan 22 2016 21:55:00 GMT+0000 (UTC)] INFO HIT /favicon.ico 72.190.125.142
[Fri Jan 22 2016 21:55:05 GMT+0000 (UTC)] NOTICE Starting application on port 20573
[Fri Jan 22 2016 21:55:05 GMT+0000 (UTC)] INFO STATUS waiting -> starting
[Fri Jan 22 2016 21:55:05 GMT+0000 (UTC)] INFO STATUS starting -> running
[Fri Jan 22 2016 21:55:05 GMT+0000 (UTC)] ERROR Application crashed with code: 1

Any help would be really appreciated!

Best Regards,

Getting same error here http://missingpersons.meteor.com/

I had the same error yesterday. Seems to be OK now though.

Looks like everything is ok now. But I had too the same error yesterday.