• 카테고리

    질문 & 답변
  • 세부 분야

    풀스택

  • 해결 여부

    미해결

디비 접속 코드 관련해서 deprecated 되었다는 코드를 다른걸로 교체해야 할까여?

21.03.11 22:43 작성 조회수 76

0

아래 워닝 메세지에 코드를 다른걸로 바꿔야 될까여?

C:\bp-for-react-nodejs>npm run start



> bp-for-react-nodejs@1.0.0 start C:\bp-for-react-nodejs

> node index.js



Example app listing on port 5000!

(node:9792) DeprecationWarning: Listening to events on the Db class has been deprecated and will be removed in the next major version.MongoDB C

답변 2

·

답변을 작성해보세요.

0

공유해주셔서 감사합니다 ! 

0

terecal님의 프로필

terecal

질문자

2021.03.11

일단 해결책이 다운 그레이드 하는거래서 바꿨더니 되네여 

npm uninstall mongoose

npm i mongoose@5.11.15