강의

멘토링

로드맵

Inflearn Community Q&A

ksiot40368's profile image
ksiot40368

asked

Do it! Node.js Programming (Revised Edition)

05

mongodb 4.3.1 db is not defined에러 문제

Written on

·

526

0

 mongodb 4.3.1 버전을 연결시 

db is not defined에러 문제

 var users = database.collection('users');    부분에서 

위와같은 에러가 납니다. 구글링해보면

connectDB부분에서 

 db = database.db('local'); /*database명을 명시했다.*/

3이상은 명시해주면 된다고 하는데 동일하게 에러가 납니다 

더이상 구글링해도 않나오고 아시는분 가르쳐주세요...ㅠㅠ

nodejs

Answer

This question is waiting for answers
Be the first to answer!
ksiot40368's profile image
ksiot40368

asked

Ask a question