sassansh / Places

A M.E.R.N. full-stack application to help trusted groups find the best places to visit
https://places-cpsc455.herokuapp.com/
MIT License
1 stars 3 forks source link

🐛 Fix Node failing to start bug #103

Closed sassansh closed 3 years ago

sassansh commented 3 years ago

Fixes the issue where sometimes node stays running and continues hogging the port so new instances cant run. yarn dev now first kills any running node servers before starting up.

idk if this works on windows environments. But 100% should work on mac. @laurarodgers let me know how things go for you.