4

I know I can switch the port meteor is running on for a new project, but how do I quit the other ports that are running. I have closed the terminal windows they were running in so I cant do crtl + c

Cool Guy Yo
  • 5,910
  • 14
  • 59
  • 89
  • What operating system are you using? – Kyle Finley Feb 16 '13 at 05:50
  • Usually when you close the terminal windows, particularly on OS-X the node child process would also be terminated. Are you sure its meteor using up the port numbers? You could check my running Activity Monitor and looking for node and mongod processes and stopping them too – Tarang Feb 16 '13 at 07:41
  • possible duplicate of [How to stop Meteor?](http://stackoverflow.com/questions/12238382/how-to-stop-meteor) – KyleMit Jan 14 '15 at 04:43

1 Answers1

7

Open the Activity Monitor

Applications/Utilities/Application Monitor.app

Select any processes called node and click Quit Process

Kyle Finley
  • 11,842
  • 6
  • 43
  • 64