잡다한 메모
[mongoDB Error]Error on DB Connection: MongoNetworkError: failed to connect to server [localhost:27017] on first connect [Error: connect ECONNREFUSED 127.0.0.1:27017 at TCPConnectWrap.afterConnect [as oncomplete] (net.js:1141:16) { name: 'MongoNetwo..
haharimi
2020. 7. 3. 13:22
npm start 실행시 다음과 같은 에러가 발생했다.
원인: DB커넥션오류/ mongoDB가 꺼져있었음..
해결방법 : mongoDB 실행하기
brew services run mongodb-community
정상적으로 DB 실행 시 화면.
*mongoDB 켜져있는지 여부 확인하는 방법
brew services list
mongoDB가 켜져있으면 status가 started 상태이다.