인프런 커뮤니티 질문&답변
(node:56256) DeprecationWarning: current URL string parser is deprecated, and will be removed in a future version. To use the new parser, pass option { useNewUrlParser: true } to MongoClient.connect.
해결된 질문
작성
·
198
답변 1
0
John Ahn
지식공유자
아 이거는 몽고디비에서 경고를 주는건데 말그대로 deprecated 이제는 더이상 안쓰일 예정이라는 겁니다.
그래서 {useNewUrlParser:true} 라는 옵션을 주시면 그 경고 메세지가 없어집니다 ~ 수고하세요 ~





