1. [DEP0018] await 에러 처리 문제 (node:251698) [DEP0018] DeprecationWarning: Unhandled promise rejections are deprecated. In the future, promise rejections that are not handled will terminate the Node.js process with a non-zero exit code. await 한 곳에 에러 처리를 안해서 생기는 문제였다. 해결법 : try catch로 다 에러 처리해주기 사실 처음에는 '엥?! 나 에러 처리 했는데!!' 했지만 몇 군데가 처리가 안되어있었다... 이런 곳들... 여기두.. 그 외에도 에러 처리를 안해준 곳들이 많아서 다 처리해주고.. 확인..