Meteor hangs on determining local packages

Hi, I’m trying to start my meteor app up and it’s hanging on the following:

=> Started proxy.                             
   Determining active plugins                /

I have to kill the process that hangs in the background, what should I do? I guess I have to update right?

Am I just fubar’d now?

I think this step is for loading build plugins from Meteor packages. You could try commenting out packages in .meteor/packages until you identify the one causing the problem.

thanks!! I was wondering what to do