본인 mongo v4.4 사용 중.
문제
npm start 하고
MongooseServerSelectionError: connect ECONNREFUSED 127.0.0.1:27017 at NativeConnection.Connection.openUri
이런 오류 메세지가 뜸.
문제 해결
mongodb가 시작되지 않아서였음.
다시 npm start하면 연결 됨!
npm start명령어는 nodemon설치해서 nodemon --watch src/ -r esm src/index.js
명령어로 연결해둠.
감사합니다 ㅠㅠ 덕분에 해결했습니다!